geobacter-shared-defs 1.0.0

Some shared definitions used by the bootstrap compiler and geobacter-core. Part of the Geobacter project.
Documentation
1
2
3
4
5
6
7
//! Definitions used by geobacter-core and the drivers (and thus
//! can't be included in geobacter-core).

extern crate serde;

pub mod platform;
pub mod kernel;