Docs.rs
ignix-0.1.1
ignix 0.1.1
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
fatihmert
Dependencies
ahash ^0.8
normal
anyhow ^1
normal
bytes ^1
normal
crossbeam ^0.8
normal
env_logger ^0.11
normal
hashbrown ^0.14
normal
log ^0.4
normal
mio ^0.8
normal
parking_lot ^0.12
normal
socket2 ^0.5
normal
thiserror ^1
normal
xxhash-rust ^0.8
normal
criterion ^0.5
dev
rand ^0.8
dev
Versions
96%
of the crate is documented
Go to latest version
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
Crate ignix
ignix
0.1.1
All Items
Crate Items
Modules
Constants
Crate
ignix
Copy item path
Source
Re-exports
§
pub use
protocol
::*;
pub use
storage
::*;
pub use
aof
::*;
pub use
shard
::*;
pub use
net
::*;
Modules
§
aof
Append-Only File (AOF) Persistence
net
Network Layer and Event Loop
protocol
Redis RESP Protocol Implementation
shard
Command Execution Shard
storage
In-Memory Storage Implementation
Constants
§
DEFAULT_
ADDR