ioslice 0.3.1

no_std I/O slices that are still optionally ABI compatible with std and lbc
Documentation
[dependencies.stable_deref_trait]
optional = true
version = "1.2"
[dev-dependencies.libc]
version = "0.2"

[features]
alloc = []
default = ["std", "io_box"]
io_box = ["alloc"]
nightly = []
std = ["libc", "winapi", "alloc"]

[package]
authors = ["4lDO2 <4lDO2@protonmail.com>"]
categories = ["api-bindings", "no-std", "os::unix-apis", "os"]
description = "no_std I/O slices that are still optionally ABI compatible with std and lbc"
documentation = "https://docs.rs/ioslice"
edition = "2018"
keywords = ["os", "iovec", "vectored-io"]
license = "MIT"
name = "ioslice"
readme = "README.md"
repository = "https://github.com/4lDO2/ioslice-rs"
version = "0.3.1"
[target."cfg(unix)".dependencies.libc]
optional = true
version = "0.2"
[target."cfg(windows)".dependencies.winapi]
features = ["ntdef", "ws2def"]
optional = true
version = "0.3"