More fine-grained feature gates for formatting methods #400
Labels
A-formatting
Area: formatting
C-enhancement
Category: an enhancement with existing code
E-medium
Some experience needed.
It would be good to get a subset of the formatting functionality available on no-std targets. On the surface, the
format
methods can be changed to returnalloc::string::String
without breaking the current API. Also, #375 discusses formatting into a&mut impl core::fmt::Write
, which would require neitherstd
noralloc
.Consider the feasibility of introducing more fine-tuned formatting feature gates to decouple availability of these methods from the requirement of
std
:The text was updated successfully, but these errors were encountered: