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;