geobacter-shared-defs 1.0.0

Some shared definitions used by the bootstrap compiler and geobacter-core. Part of the Geobacter project.
Documentation

pub trait KernelDesc {
  fn instance_name(&self) -> Option<&str>;
  fn instance_data(&self) -> &[u8];
}