Skip to main content

yscv_recognize/
lib.rs

1//! Recognition and identity matching components for yscv.
2#![deny(unsafe_code)]
3
4mod core;
5
6pub use core::*;