fricgan 0.1.0

A simple crate for performing basic input and output on bytes.
Documentation
[badges.appveyor]
repository = "awstanley/fricgan"

[badges.travis-ci]
repository = "awstanley/fricgan"

[dependencies.num-traits]
default-features = false
optional = true
version = "0.2"

[dev-dependencies.tempdir]
version = "0.3"

[features]
default = []
io-f32 = []
io-f64 = []
io-i16 = []
io-i32 = []
io-i64 = []
io-i8 = []
io-string = ["std", "num-traits", "num-traits/std"]
io-u16 = []
io-u32 = []
io-u64 = []
io-u8 = []
safety-checks = []
std = []
unsafe = []
vlq = []
vlq-32 = ["vlq"]
vlq-64 = ["vlq"]
vlq-string = ["std", "vlq", "num-traits", "num-traits/std"]

[package]
authors = ["A.W. 'aws' Stanley <aws@reversing.space>"]
categories = ["data-structures", "no-std"]
description = "A simple crate for performing basic input and output on bytes."
documentation = "https://docs.rs/fricgan/"
homepage = "https://github.com/awstanley/fricgan"
include = ["**/*.rs", "Cargo.toml"]
license = "MIT OR Apache-2.0"
name = "fricgan"
readme = "README.md"
repository = "https://github.com/awstanley/fricgan"
version = "0.1.0"

[package.metadata.docs.rs]
all-features = true