filemanager 0.1.1

Unified file abstraction for local and cloud files with caching options and support for multiple formats.
Documentation
1
2
3
4
5
6
7
pub mod binary;
#[cfg(feature = "json")]
pub mod json;
#[cfg(feature = "parquet")]
pub mod parquet;
#[cfg(feature = "sql")]
pub mod sql;