Docs.rs
ic-sqlite-vfs-0.2.1
ic-sqlite-vfs 0.2.1
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
humandebri
Dependencies
candid ^0.10
normal
ic-cdk ^0.20.1
normal
ic-stable-structures ^0.7
normal
serde ^1
normal
thiserror ^2
normal
serial_test ^3
dev
cc ^1.2
build
Versions
8.59%
of the crate is documented
Platform
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
Skip to main content
named_params
ic_
sqlite_
vfs
0.2.1
ic_sqlite_vfs
Macro
named_
params
Copy item path
Source
macro_rules! named_params { () => { ... }; ($($name:expr => $value:expr),+ $(,)?) => { ... }; }