vndb.rs
==============
[](https://github.com/DoumanAsh/vndb.rs/actions/workflows/rust.yml)
[](https://crates.io/crates/vndb)
[](https://docs.rs/crate/vndb/)
[](https://deps.rs/crate/vndb/0.16.0)
Kawaii VNDB API
## Features
* Tokio support
* Provides protocol requests/responses for user to use directly.
* Optional parsing of get responses into static structs.
## TLS client
Due to bad default choice of underlying crypto library, `rustls` is included with `default-features = false` which essentially makes it unusable until user provides feature.