Skip to content

v1.2.0

Latest
Compare
Choose a tag to compare
@intgr intgr released this 11 Dec 00:28
· 4 commits to master since this release
991a301
  • Added: Qualifier and ACLEntry now implement Copy and Clone (#69, #70)
    Contributed by eax-ebx
  • Added: Qualifier and ACLEntry now implement Eq (in addition to PartialEq) (#61)
  • Changed: Many methods now have #[must_use] annotation (#76)
  • Documentation: Added separate errors/panics sections to many functions (#71)
  • Documentation: Added example CLI app that prints ACL (#45)
  • Build: Declare Minimum Supported Rust Version (MSRV) as 1.60 (#72, #74)
  • Build: Enabled and fixed all Clippy pedantic lints (#75, #63)