You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ryu is Apache-2.0 which may be unacceptable for a MIT-only reverse dependency.
We could make ryu optional (and required by the arbitrary_precision feature), and make write_f32/write_f64 use the standard library's formatter when ryu is not used.