clone3 0.2.3

Rust bindings to the clone3 linux system call
Documentation
[dependencies.bitflags]
default-features = false
version = "1.0"

[dependencies.uapi]
default-features = false
version = "0.2"

[features]
default = ["linux_5-7"]
linux_5-5 = []
linux_5-7 = ["linux_5-5"]

[package]
authors = ["Valentin Kettner <vakevk@gmail.com>"]
categories = ["os::linux-apis"]
description = "Rust bindings to the clone3 linux system call"
edition = "2021"
include = ["/Cargo.toml", "/src"]
keywords = ["clone", "clone3", "linux", "syscall"]
license = "MIT"
name = "clone3"
readme = "README.md"
repository = "https://github.com/e00E/clone3"
version = "0.2.3"