rqlite_client 0.1.0

rqlite database client with optional extra convenience
Documentation
1
2
3
4
5
6
7
//! `buildtime`
//!

include!(concat!(env!("OUT_DIR"), "/buildtime.rs"));

/// Build time stamp of the crate
pub const BUILD_TIME: &str = CRATE_BUILD_TIME;