Crate aigc_servers

Source
Expand description

Main crate putting together all the other crates that compose Aigc into a binary.

Re-exports§

pub use crate::common::stats::DiffBlock;
pub use crate::common::stats::PeerStats;
pub use crate::common::stats::ServerStats;
pub use crate::common::stats::StratumStats;
pub use crate::common::stats::WorkerStats;
pub use crate::common::types::ServerConfig;
pub use crate::common::types::StratumServerConfig;

Modules§

common
Modules common to all Aigc server types

Structs§

Server
Aigc server holding internal structures.

Type Aliases§

ServerTxPool
Arcified thread-safe TransactionPool with type parameters used by server components