Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 369 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 369 Bytes

obj2str

obj2str is a Cargo package for robust converting Rust data structures into strings with controlled indentation and verbosity. It contains an obj2str crate with the trait of the same name and an obj2str_derive crate with a procedural derive macro.

License

obj2str is licensed under the MIT License, see LICENSE for more information.