starlight 0.4.0

experimental HDL and optimizer for DAGs of lookup tables
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
mod error;
mod grid;
mod ortho;
mod render;
mod rng;
mod small_map;

pub use error::Error;
pub(crate) use error::{DisplayStr, HexadecimalNonZeroU128};
pub use grid::Grid;
pub use ortho::{Ortho, OrthoArray};
pub use render::Render;
pub use rng::StarRng;
pub use small_map::{binary_search_similar_by, SmallMap, SmallSet};