inline-client 0.4.0

Reserved Rust client foundation for Inline.
Documentation
1
2
3
4
5
#![doc = include_str!("../README.md")]
#![forbid(unsafe_code)]

/// Published package version.
pub const VERSION: &str = env!("CARGO_PKG_VERSION");