pic_pca/
lib.rs

1//! PCA and PoC types for PIC Protocol
2
3pub fn pca_version() -> &'static str {
4    env!("CARGO_PKG_VERSION")
5}