cloud-file 0.1.0-beta.3

Simple reading of cloud files in Rust
Documentation
1
2
3
4
5
6
7
8
9
# Useful


```bash
cargo doc --no-deps --open
cargo check
cargo test
cargo test --doc
cargo publish --dry-run
```