musli
musli copied to clipboard
Document no_std, no_alloc capabilities.
It would be nice if the readme or the doc would make it clear which crates/formats are well suited for no_std or even no_alloc environments. I see that you support no_std in general, but it is not clear to me which formats can be used by using static allocations only (no_alloc , no global allocator).
Thank you.