momentohq / client-sdk-rust

Official Rust SDK for Momento Serverless Cache
Apache License 2.0
12 stars 4 forks source link

fix: export StorageValue and align the exports with the cache client. #370

Closed nand4011 closed 3 months ago

nand4011 commented 3 months ago

Rename StoreValue to StorageValue.

Export StorageValue so it can be matched on.

Bring the storage client exports in line with the cache client exports.

Match on item_not_found instead of element_not_found.

Add doc strings for the now public modules and files.