Docs.rs
redb-32bit-1.5.1
redb-32bit 1.5.1
Docs.rs crate page
MIT OR Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
0x676e67
Dependencies
log ^0.4.17
normal
optional
pyo3 ^0.20.0
normal
optional
rand ^0.8
dev
redb =1.0.0
dev
tempfile ^3.5.0
dev
pyo3-build-config ^0.20.0
build
optional
portable-atomic ^1
normal
comfy-table ^7.0.1
dev
ctrlc =3.2.3
dev
fastrand ^2.0.0
dev
libc ^0.2.99
dev
lmdb-rkv ^0.14.0
dev
rocksdb ^0.21.0
dev
sanakirja ^1.3.3
dev
sled ^0.34.7
dev
io-uring ^0.6.2
dev
libc ^0.2.104
normal
Versions
63.64%
of the crate is documented
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
redb_
32bit
1.5.1
Table
Handle
Required Methods
name
Implementors
In crate redb_
32bit
redb_32bit
Trait
TableHandle
Copy item path
Source
pub trait TableHandle: Sealed { // Required method fn
name
(&self) -> &
str
; }
Required Methods
§
Source
fn
name
(&self) -> &
str
Implementors
§
Source
§
impl
TableHandle
for
UntypedTableHandle
Source
§
impl<'a, K:
RedbKey
+ 'static, V:
RedbValue
+ 'static>
TableHandle
for
TableDefinition
<'a, K, V>
Source
§
impl<K:
RedbKey
+ 'static, V:
RedbValue
+ 'static>
TableHandle
for
Table
<'_, '_, K, V>