makegov-tango 0.1.0

Official Rust SDK for the Tango federal-contracting data API
Documentation
1
2
3
4
//! Version constant. Bumped in lockstep with `Cargo.toml` and the git tag.

/// The current SDK version. Kept in sync with `Cargo.toml` and the `CHANGELOG`.
pub const VERSION: &str = env!("CARGO_PKG_VERSION");