lakestream 0.0.3

Portable file-utility for object-stores
Documentation
1
2
3
4
5
6
#[cfg(not(target_arch = "wasm32"))]
pub mod requests;

#[cfg(target_arch = "wasm32")]
#[path = "requests_wasm32.rs"]
pub mod requests;