Docs.rs
rs-leveldb-0.1.5
rs-leveldb 0.1.5
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
fetchadd
Dependencies
leveldb-sys ^2.0.0
normal
libc ^0.2.4
normal
tempdir ^0.3.4
dev
Versions
61.4%
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
Compaction
leveldb
0.1.5
Compaction
Required Methods
compact
Implementors
In leveldb::
database::
compaction
leveldb
::
database
::
compaction
Trait
Compaction
Copy item path
Source
pub trait Compaction<'a> { // Required method fn
compact
(&self, start: &'a [
u8
], limit: &'a [
u8
]); }
Required Methods
§
Source
fn
compact
(&self, start: &'a [
u8
], limit: &'a [
u8
])
Implementors
§
Source
§
impl<'a>
Compaction
<'a> for
Database