Releases: realth000/racros
Releases · realth000/racros
v0.3.0
Added
- AutoDebug: Add
debug_debug_not_pretty
for fields, use {:?}
as format.
v0.2.1
Fixed
- AutoStr: Suppress
clippy::to_string_trait_impl
.
v0.2.0
Added
BundleText
: Bundle text contents and command outputs into static str and use in runtime.
v0.1.0
v0.1.0
First release.
Features
- Add
AutoDebug
, AutoStr
and CopyWith
.
Other Changes