Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1.64 KB

README.md

File metadata and controls

29 lines (24 loc) · 1.64 KB

storages-api

A proof-of-concept implementation of (one version of) the storages proposal.

Describing the raw storage API, we have:

Providing a safe wrapper around Storage use (up to uninit memory):

  • RawBox: a raw (uninit payload) version of std Box
  • RawVec: a raw (uninit payload) version of std Vec

Useful implementations of Storage: