Docs.rs
wasefire-applet-api-0.8.0
wasefire-applet-api 0.8.0
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
ia0
jmichelp
Dependencies
bytemuck ^1.23.2
normal
derive-where ^1.6.0
normal
optional
sealed ^0.6.0
normal
optional
wasefire-applet-api-macro ^0.8.0
normal
wasefire-error ^0.1.3
normal
wasefire-logger ^0.2.0
normal
optional
wasefire-one-of ^0.1.1
normal
Versions
95.34%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
wasm32-unknown-unknown
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module store
wasefire_
applet_
api
0.8.0
Module store
Module Items
Modules
Functions
In crate wasefire_
applet_
api
wasefire_applet_api
Module
store
Copy item path
Source
Expand description
Persistent storage operations.
Modules
§
clear
Module of
clear
.
find
Module of
find
.
fragment
Support for fragmented entries.
insert
Module of
insert
.
keys
Module of
keys
.
remove
Module of
remove
.
Functions
§
clear
⚠
Non-
native
Clears the store, removing all entries.
find
⚠
Non-
native
Finds an entry in the store, if any.
insert
⚠
Non-
native
Inserts an entry in the store.
keys
⚠
Non-
native
Returns the unordered keys of the entries in the store.
remove
⚠
Non-
native
Removes an entry from the store.