Crate private_poker

Crate private_poker 

Source

Re-exports§

pub use net::client::Client;
pub use net::messages;
pub use net::server;
pub use net::utils;
pub use game::GameSettings;
pub use game::PokerState;
pub use game::UserError;
pub use game::constants;
pub use game::constants::DEFAULT_MAX_USERS;
pub use game::constants::MAX_PLAYERS;
pub use game::entities;
pub use game::entities::DEFAULT_BUY_IN;
pub use game::entities::DEFAULT_MIN_BIG_BLIND;
pub use game::entities::DEFAULT_MIN_SMALL_BLIND;
pub use game::functional;

Modules§

game
net