Docs.rs
freezeout-server-0.2.1
freezeout-server 0.2.1
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
vincev
Dependencies
ahash ^0.8.11
normal
anyhow ^1.0.94
normal
clap ^4.5.23
normal
directories ^6.0.0
normal
env_logger ^0.11.5
normal
freezeout-core ^0.2.1
normal
log ^0.4.22
normal
parking_lot ^0.12.3
normal
rand ^0.9.1
normal
rusqlite ^0.33.0
normal
thiserror ^2.0.12
normal
tokio ^1.44.0
normal
tokio-rustls ^0.26.2
normal
tokio-tungstenite ^0.26.0
normal
Versions
100%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
freezeout_
server
0.2.1
All Items
Crate Items
Re-exports
Modules
Crate
freezeout_server
Copy item path
Source
Expand description
Freezeout Poker server.
Re-exports
§
pub use server::
Config
;
pub use server::
run
;
Modules
§
db
Database types for persisting state.
server
Freezeout Poker server entry point.
table
Table implementation.
tables_
pool
Tables pool.