vndb.rs

Kawaii VNDB API for Rust. WIP

MIT License

Downloads
21.5K
Stars
4
Committers
1

vndb.rs

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.