acton-ern 2.0.0

A Rust library for handling Entity Resource Names (ERNs), providing type-safe, hierarchical, and k-sortable resource identifiers for distributed systems and more.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pub use account::Account;
pub use category::Category;
pub use domain::Domain;
pub use ern::Ern;
pub use part::Part;
pub use parts::Parts;
pub use root::EntityRoot;
pub use sha1_name::SHA1Name;

mod account;
mod category;
mod domain;
mod ern;
mod part;
mod parts;
mod root;
mod sha1_name;