//! Common and utility code.
pubmodcli;pubmodkeys;pubmodnoodles;pubmodspdi;/// The version of `annonars` package.
#[cfg(not(test))]constVERSION:&str=env!("CARGO_PKG_VERSION");/// This allows us to override the version to `0.0.0` in tests.
pubfnversion()->&'staticstr{#[cfg(test)]return"0.0.0";#[cfg(not(test))]returnVERSION;}