knurling-rs / defmt

Efficient, deferred formatting for logging on embedded systems
https://defmt.ferrous-systems.com/
Apache License 2.0
750 stars 69 forks source link

doc: add note for the alloc feature flag #813

Closed ValouBambou closed 4 months ago

ValouBambou commented 4 months ago

I didn't find documentation about feature flags on docs.rs and in the book (especially the alloc one that I discovered with compiling error and github issue). I think, there should some pages about them maybe in the main README page of doc.rs or some reminder on the concerned structs or functions. So I added a quick note to remind that the alloc feature exists.