positioned-io-preview 0.3.1

Reading and writing at an offset
Documentation
[badges.appveyor]
repository = "niklasf/positioned-io"

[badges.travis-ci]
branch = "master"
repository = "vasi/positioned-io"
[dependencies.byteorder]
version = "1.2"
[dev-dependencies.quickcheck]
version = "0.7"

[dev-dependencies.rand]
version = "0.6"

[dev-dependencies.tempfile]
version = "3.0"

[package]
authors = ["Dave Vasilevsky <dave@vasilevsky.ca>", "Niklas Fiekas <niklas.fiekas@backscattering.de>"]
categories = ["filesystem", "os"]
description = "Reading and writing at an offset"
keywords = ["read", "offset", "pread", "pwrite", "endian"]
license = "MIT"
name = "positioned-io-preview"
readme = "README.md"
repository = "https://github.com/vasi/positioned-io"
version = "0.3.1"
[target."cfg(unix)".dependencies.libc]
version = "0.2"
[target."cfg(windows)".dependencies.winapi]
features = ["basetsd", "minwindef", "handleapi", "fileapi", "sysinfoapi", "memoryapi", "winnt"]
version = "0.3"