aprender 0.31.2

Next-generation ML framework in pure Rust — `cargo install aprender` for the `apr` CLI
Documentation
1
2
3
4
5
6
7
8
//! `apr` — the Aprender CLI.
//!
//! `cargo install aprender` installs this binary.
//! All logic lives in the `apr-cli` workspace crate (internal library).

fn main() -> std::process::ExitCode {
    apr_cli::cli_main()
}