Skip to content

CAD97/storages-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: