netdb

Crates.ionetdb
lib.rsnetdb
version0.1.0
sourcesrc
created_at2017-05-01 16:16:53.462842
updated_at2017-05-01 16:16:53.462842
descriptionAccess to network-related name databases
homepagehttps://github.com/partim/netdb
repositoryhttps://github.com/partim/netdb
max_upload_size
id12690
size23,865
Martin Hoffmann (partim)

documentation

https://docs.rs/netdb/

README

netdb: Network Database for Rust

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.

Usage

Add this to your Cargo.toml:

[dependencies]
netdb = "0.1.0"

Then, add this to your crate root:

extern crate netdb

Databases

The crate will contain the following databases, each available in a module of the same name:

  • hosts
  • networks
  • protocols
  • services

In addition, the following modules will provide functions combining information from several databases:

  • addr
Commit count: 16

cargo fmt