transformer-rs 0.1.0

Transformers implementation in Rust
1
2
3
fn main() {
    println!("Hello, world!");
}