Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 796 Bytes

File metadata and controls

17 lines (13 loc) · 796 Bytes

Rust Crates

This project publishes several Rust crates on crates.io:

If you are building an integration with, for example, a custom storage system, it may be helpful to use the core crate and provide a custom implementation of its Storage trait.

We suggest that any generally useful extensions, such as additional storage backends, be published as open-source packages.