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 |
#1866 in Network programming
54KB
922 lines
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.
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–11MB
~131K SLoC