haloumi-backend 0.5.6

Generic backend API of the haloumi framework.
Documentation
1
2
3
4
5
6
7
8
9
#![doc = include_str!("../README.md")]
#![deny(rustdoc::broken_intra_doc_links)]
#![deny(missing_debug_implementations)]
#![deny(missing_docs)]

mod backend;
pub mod codegen;

pub use backend::Backend;