1#![doc = include_str!("../README.md")] 2 3pub use fid::Fid; 4 5pub mod fid; 6mod internal_data_structure;