hotl-types 0.1.1

Core config, observation model, and surface trait for hotl.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod agent;
pub mod config;
pub mod nav;
pub mod observation;
pub mod surface;

pub use agent::{Agent, Status};
pub use config::{
    parse_hex, preset, HotlConfig, Plugins, Settings, Theme, ThemeConfig, MIN_POLL_INTERVAL_MS,
};
pub use nav::Dir;
pub use observation::{AgentObservation, Location, LocationHandle, Source};
pub use surface::{Surface, SurfaceError};