filebuffer 1.0.1

Fast and simple file reading
Documentation
[dev-dependencies.hex]
version = "0.4"

[dev-dependencies.sha2]
version = "0.10"

[package]
authors = ["Ruud van Asseldonk <dev@veniogames.com>"]
categories = ["asynchronous", "filesystem", "memory-management"]
description = "Fast and simple file reading"
documentation = "https://docs.rs/filebuffer"
edition = "2018"
keywords = ["non-blocking", "mmap", "file", "input", "prefetch"]
license = "Apache-2.0"
name = "filebuffer"
readme = "readme.md"
repository = "https://github.com/ruuda/filebuffer"
version = "1.0.1"

[target."cfg(unix)".dependencies.libc]
version = "0.2.86"

[target."cfg(windows)".dependencies.winapi]
features = ["handleapi", "memoryapi", "processthreadsapi", "sysinfoapi", "winnt"]
version = "0.3"