/farts.rs

Port of fart.js library in Rust.

Primary LanguageRustApache License 2.0Apache-2.0

farts.rs

Crates.io Total Downloads Crates.io Total Downloads GitHub top language

Crates.io License GitHub Actions Workflow Status

Port of fart.js library in Rust

Installation

cargo add farts

Usage

use farts::prelude::*;

fn main() -> Result<(), Box<dyn std::error::Error>> {
    // you can discover more assets in farts::fart module
    farts::play(TOOT)?;

    Ok(())
}

Discover more examples in the examples folder