Docs.rs
regulus-db-0.2.0
regulus-db 0.2.0
Permalink
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
ch1ny
Dependencies
bincode ^1
normal
indexmap ^2
normal
serde ^1
normal
thiserror ^2
normal
criterion ^0.5
dev
tempfile ^3
dev
Versions
44.17%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Skip to main content
Module engine
regulus_
db
0.2.0
Module engine
Module Items
Structs
Traits
In regulus_
db::
storage
regulus_db
::
storage
Module
engine
Copy item path
Source
Structs
§
Memory
Engine
内存存储引擎实现
Row
行数据 - 使用 IndexMap 保持列顺序
RowId
行 ID 类型
Serializable
Engine
Data
可序列化的引擎数据
Table
表数据容器
Traits
§
Storage
Engine
存储引擎 trait