danlehmann / arbitrary-int

A modern and lightweight implementation of arbitrary integers for Rust
MIT License
31 stars 12 forks source link

Add optional defmt support #34

Closed mamins1376 closed 1 year ago

mamins1376 commented 1 year ago

defmt is a popular crate in the embedded Rust ecosystem, and since this crate is #[no_std] aware, having support for it seems appropriate.

Thanks for your great crate!

danlehmann commented 1 year ago

Hey sorry for the slow response. I'll try this shortly.

Thank you very much for your contribution

danlehmann commented 1 year ago

Hey, I created a new patch on top of yours that also updates the changelog - also pulled the most recent version of defmt. I made sure that you are still listed as the owner.

https://github.com/danlehmann/arbitrary-int/pull/35