pic_cat/
lib.rs

1//! CAT (Causal Authority Transition) for PIC Protocol
2
3pub fn cat_version() -> &'static str {
4    env!("CARGO_PKG_VERSION")
5}