26 releases (14 breaking)

0.16.0 Apr 3, 2024
0.15.0 Dec 26, 2023
0.14.0 Jun 16, 2023
0.12.1 Aug 23, 2022
0.4.3 Dec 24, 2017

#1305 in Network programming

Download history 1/week @ 2024-02-19 13/week @ 2024-02-26 157/week @ 2024-04-01 8/week @ 2024-04-08 326/week @ 2024-04-15

491 downloads per month

MIT license

54KB
922 lines

vndb.rs

Rust Crates.io Documentation dependency status

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.


lib.rs:

Kawaii VNDB API

Features

  • tokio-on - Enables tokio implementation.
  • rustls-on - Enables TLS implementation, using rustls

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.

Dependencies

~0.7–13MB
~144K SLoC