Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 415 Bytes

File metadata and controls

21 lines (13 loc) · 415 Bytes

Engram

General purpose machine learning library for Rust.

Documentation

Installation

cargo add --git https://github.com/drewxs/engram

Or add directly to your Cargo.toml dependencies.

engram = { git = "https://github.com/drewxs/engram", version = "0.1.0" }

MIT licensed.