// TODO: Backfill embedded support and disable std
// #![no_main]
// #![no_std]
// #[cfg(debug_assertions)]
// #[panic_handler]
// fn panic(_info: &core::panic::PanicInfo) -> ! {
// loop {}
// }
// #[cfg(not(debug_assertions))]
// extern crate panic_semihosting;
// #![feature(negative_impls)]
// pub mod lattice;