wasmio 0.0.13

WasmIO a S3 Implementation on steroid
Documentation
1
2
3
4
5
6
#[cfg(debug_assertions)]
pub const VERSION: &str =
    concat!("(dev) ", env!("CARGO_PKG_VERSION"), "-", env!("GIT_HASH"),);

#[cfg(not(debug_assertions))]
pub const VERSION: &str = env!("CARGO_PKG_VERSION");