cvt-trait 0.1.12

Reimplementation of the Rust private std::sys::cvt(), but as a trait method.
Documentation
[package]
name = "cvt-trait"
version = "0.1.12"
authors = ["hyd-dev <yd-huang@outlook.com>"]
edition = "2018"
license = "MPL-2.0"
description = "Reimplementation of the Rust private std::sys::cvt(), but as a trait method."
keywords = ["os", "unix", "winapi"]
categories = ["os::unix-apis", "os::windows-apis"]
repository = "https://github.com/hyd-dev/cvt-trait"
documentation = "https://docs.rs/cvt-trait"
include = ["Cargo.toml", "src", "LICENSE.md", "LICENSE_NOTICE.md"]

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-musl", "x86_64-pc-windows-gnu"]