errno-dragonfly 0.1.2

Exposes errno functionality to stable Rust on DragonFlyBSD
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[build-dependencies.cc]
version = "1.0"
[dependencies.libc]
default-features = false
version = "0.2"

[package]
authors = ["Michael Neumann <mneumann@ntecs.de>"]
description = "Exposes errno functionality to stable Rust on DragonFlyBSD"
edition = "2018"
include = ["Cargo.toml", "LICENSE", "README.md", "build.rs", "src/lib.rs", "src/errno.c"]
keywords = ["dragonfly"]
license = "MIT"
name = "errno-dragonfly"
repository = "https://github.com/mneumann/errno-dragonfly-rs"
version = "0.1.2"