eta_core/
lib.rs

1/* BSD-3 License */
2
3#![no_std]
4
5extern crate alloc;
6extern crate core;
7
8pub mod theory;
9pub mod human;
10pub mod runner;