cfkvfs

Crates.iocfkvfs
lib.rscfkvfs
version0.1.1
sourcesrc
created_at2021-08-02 14:55:28.040386
updated_at2021-08-02 17:18:56.209295
descriptionCache files
homepagehttps://github.com/darkskygit/cfkvfs
repositoryhttps://github.com/darkskygit/cfkvfs
max_upload_size
id430469
size49,931
DarkSky (darkskygit)

documentation

README

Cache files with Cloudflare kv / LRU cache

    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();
Commit count: 5

cargo fmt