[][src]Module vndb::client

Client implementations

Modules

simple

Simple client implementation of VNDB client, based on std's sockets

tokio

Client implementation of VNDB client, based on tokio

Constants

API_HOST

VNDB Host

API_PORT

VNDB plain TCP port

API_SSL_PORT

VNDB SSL port

Type Definitions

Simple

Alias to simple std based client

Tokio

Alias to tokio based client