manabrew-agent-interface 0.3.2

Prompt protocol between the manabrew engine and agents (UI, AI, network)
Documentation
1
2
3
4
5
6
7
8
pub use manabrew_protocol::display::DisplayEvent;
pub use manabrew_protocol::game::{Mana, ManaColor};
pub use manabrew_protocol::prompts::common::*;
pub use manabrew_protocol::prompts::*;
pub use manabrew_protocol::transport::{
    AgentMessage, AgentPrompt, ClientToServerMessage, DirectiveInput, ProtocolError,
    ProtocolErrorCode, StateUpdate,
};