freighter-storage 1.0.1

Cloudflare's third-party Rust registry implementation
Documentation
1
2
3
4
5
6
7
#![cfg_attr(docsrs, feature(doc_cfg))]

pub use freighter_api_types::storage::{StorageError, StorageResult};

pub mod s3_client;

pub mod fs;