# rfc1700 [![Crates.io](https://img.shields.io/crates/v/rfc1700.svg)](https://crates.io/crates/rfc1700) [![Build Status](https://travis-ci.org/dylanmckay/rfc1700.svg?branch=master)](https://travis-ci.org/dylanmckay/rfc1700) [![license](https://img.shields.io/github/license/dylanmckay/rfc1700.svg)]() Assigned numbers from [RFC 1700](https://www.ietf.org/rfc/rfc1700.txt). [Documentation](https://docs.rs/rfc1700) Only the system names defined in the RFC have been added. Pull requests for any other additions are welcome! This crate does not depend on `std` so it can be used in freestanding environments.