positioned-io 0.1.0

Reading and writing at an offset
Documentation
[package]
name = "positioned-io"
version = "0.1.0"
authors = ["Dave Vasilevsky <dave@vasilevsky.ca>"]
description = "Reading and writing at an offset"
keywords = ["read", "write", "offset", "pread", "pwrite", "endian"]
license = "MIT"
documentation = "http://vasi.github.io/positioned-io/positioned_io/"
repository = "https://github.com/vasi/positioned-io"
homepage = "https://github.com/vasi/positioned-io"
readme = "README.md"

[dependencies]
byteorder = "0.5"

[target.'cfg(unix)'.dependencies]
nix = "0.6.0"

[target.'cfg(windows)'.dependencies]
winapi = "0.2"
kernel32-sys = "0.2"