Docs.rs
file_sql-0.2.1
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
file_sql 0.2.1
一个简单的数据持久化工具
Crate
Source
Builds
Feature flags
Documentation
Coverage
51.28%
20
out of
39
items documented
1
out of
15
items with examples
Size
Source code size: 20.79 kB
This is the summed size of all the files inside the crates.io package for this release.
Documentation size: 1.88 MB
This is the summed size of all files generated by rustdoc for all configured targets
Links
Repository
crates.io
Dependencies
serde_json ^1.0.61
normal
Versions
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
0.0.1
Owners
FileSQL
FileSQL 是一个简单的数据持久化工具。
可以将数据持久化地保存在一个文件内,然后支持对其进行增删改查操作。
优势
无需安装其他数据库
纯函数操作,简单方便