avitex / rust-dangerous

Rust library for safely and explicitly parsing untrusted data
MIT License
51 stars 4 forks source link

Remove dependency on `core::fmt` #10

Closed avitex closed 3 years ago

avitex commented 3 years ago

To support much smaller binaries for embedded contexts, removing the dependency on core::fmt is a good target. This would require an optional fmt feature to support formatting normally.