Malevolence 🥀

Unofficial Rust bindings for the OpenDota API

Malevolence stands for Orchid Malevolence. "Orchid" is squatted by a non-existent crate.

Example

```rs use malevolence::Client;

[tokio::main]

async fn main() -> Result<(), Box> { let client = Client::new(None); let dotamatch = client.getmatch(7242624734).await?; println!("{:?}", dotamatch.winner());

Ok(())

} ```

Roadmap

Roadmap

License

OSL-3.0