aprender 0.67.0

Next-generation ML framework in pure Rust — `cargo install aprender` for the `apr` CLI
Documentation
1
2
3
4
5
//! The unresolvable case: this crate splices a GENERATED file from OUT_DIR, so
//! nothing in the tree names src/mystery.rs. Not a reader itself.
include!(concat!(env!("OUT_DIR"), "/generated_mystery.rs"));

pub fn nothing() {}