usls 0.1.11

A Rust library integrated with ONNXRuntime, providing a collection of ML models.
Documentation
1
2
3
4
5
6
7
8
mod config;
mod r#impl;
mod names;
mod preds;

pub use names::*;
pub use preds::*;
pub use r#impl::*;