1个稳定版本

使用旧的Rust 2015

1.0.0 2017年10月26日

#6 in #librocksdb

MIT/Apache-2.0/BSD-3-Clause

9MB
194K SLoC

C++ 168K SLoC // 0.1% comments Java 19K SLoC // 0.3% comments Shell 2.5K SLoC // 0.2% comments Python 1.5K SLoC // 0.2% comments C 1.5K SLoC // 0.1% comments Rust 828 SLoC // 0.1% comments PowerShell 286 SLoC // 0.2% comments Bitbake 170 SLoC // 0.2% comments INI 108 SLoC // 0.2% comments JavaScript 95 SLoC // 0.1% comments M4 64 SLoC // 0.1% comments Automake 20 SLoC // 0.2% comments

包含 (WOFF字体,75KB) LatoLatin-Italic.woff,(WOFF字体,71KB) LatoLatin-Black.woff,(WOFF字体,73KB) LatoLatin-BlackItalic.woff,(WOFF字体,73KB) LatoLatin-Light.woff,(WOFF字体,73KB) LatoLatin-Regular.woff,(WOFF字体,44KB) LatoLatin-Black.woff2 等5个文件

RocksDB绑定

对RocksDB的C API的低级绑定。

基于Tyler Neely的原始工作 https://github.com/spacejam/rust-rocksdb 和Jeremy Fitzhardinge https://github.com/jsgf/rocksdb-sys


lib.rs:

RocksDB的原始绑定。

这是一个对RocksDB C API的原始接口。它旨在作为高级库的基础,而不是直接使用。

依赖关系