genotype_backend 0.16.1

Genotype language backend crate
Documentation
mod types;
pub use types::*;

mod fs;
pub use fs::*;

mod diagnostic;
pub use diagnostic::*;

mod formatter;
pub use formatter::*;

mod remote;
pub use remote::*;

mod backend;
pub use backend::*;

pub mod prelude;