Crates.io | netdb |
lib.rs | netdb |
version | 0.1.0 |
source | src |
created_at | 2017-05-01 16:16:53.462842 |
updated_at | 2017-05-01 16:16:53.462842 |
description | Access to network-related name databases |
homepage | https://github.com/partim/netdb |
repository | https://github.com/partim/netdb |
max_upload_size | |
id | 12690 |
size | 23,865 |
This crate will eventually contain a pure-Rust implementation of queries
for network-related names similar to the functions found in POSIX’
netdb.h
. The eventual implementation will be cross-platform and perform
the correct actions as configured for the particular system.
Add this to your Cargo.toml
:
[dependencies]
netdb = "0.1.0"
Then, add this to your crate root:
extern crate netdb
The crate will contain the following databases, each available in a module of the same name:
In addition, the following modules will provide functions combining information from several databases: