pakr-managedrawfd 1.0.0

A Trait and two Impls dealing with auto-closing RawFd file handles with a sensible Clone trait implementations.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "libc"
version = "0.2.175"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543"

[[package]]
name = "pakr-managedrawfd"
version = "1.0.0"
dependencies = [
 "libc",
]