Crate fastly_kv_preview

Source
👎Deprecated since 0.8.8: Object Store APIs are now available in the fastly crate
Expand description

Experimental KV store interfaces for Compute@Edge.

This crate contains experimental APIs that are subject to change or removal even in minor versions of this crate. These APIs may not be available for all Compute@Edge services; contact support@fastly.com for details.

Re-exports§

pub use self::local_kv::LocalStore;Deprecated
pub use self::object_store::ObjectStore;Deprecated

Modules§

local_kvDeprecated
object_storeDeprecated

Enums§

StoreErrorDeprecated
Errors that can arise during key-value store operations.