| Crates.io | cfkvfs |
| lib.rs | cfkvfs |
| version | 0.1.1 |
| created_at | 2021-08-02 14:55:28.040386+00 |
| updated_at | 2021-08-02 17:18:56.209295+00 |
| description | Cache files |
| homepage | https://github.com/darkskygit/cfkvfs |
| repository | https://github.com/darkskygit/cfkvfs |
| max_upload_size | |
| id | 430469 |
| size | 49,931 |
let cache_handler = CfKvFs::builder("https://example.com", "path")
.auth("Bearer 12345")
.table("test1")
.build()
.unwrap();
let data = cache_handler.get_blob("test.bin").unwrap();