2022-10-07
Chores
- Update clap to v4, [15597db]
Docs
- readme.md updated, [a05bf56]
Features
- use newtype construct for container id, [41cbb84]
Refactors
- Impl Copy where able to, [e76878f]
- replace async fn with just fn, [17dc604]
- remove pointless clone()'s & variable declarations, [6731002]
- replace String::from("") with String::new(), [62fb224]
- replace map_or_else with map_or, [3e26f29], [5660b34]
see CHANGELOG.md for more details