Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
vndb.rs
==============

[![Rust](https://github.com/DoumanAsh/vndb.rs/actions/workflows/rust.yml/badge.svg)](https://github.com/DoumanAsh/vndb.rs/actions/workflows/rust.yml)
[![Crates.io](https://img.shields.io/crates/v/vndb.svg)](https://crates.io/crates/vndb)
[![Documentation](https://docs.rs/vndb/badge.svg)](https://docs.rs/crate/vndb/)
[![dependency status](https://deps.rs/crate/vndb/0.13.0/status.svg)](https://deps.rs/crate/vndb/0.13.0)

Kawaii VNDB API

## Features

* Tokio support
* Provides protocol requests/responses for user to use directly.
* Optional parsing of get responses into static structs.