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.
obj2str is licensed under the MIT License, see LICENSE for more information.