[go: up one dir, main page]

errno 0.1.4

Cross-platform interface to the `errno` variable.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]

name = "errno"
version = "0.1.4"
authors = ["Chris Wong <lambda.fairy@gmail.com>"]

license = "MIT/Apache-2.0"
documentation = "https://lambda.xyz/rust-errno/doc/errno/"
repository = "https://github.com/lfairy/rust-errno"
description = """
Cross-platform interface to the `errno` variable.
"""

[dependencies]
libc = "*"
winapi = "*"
kernel32-sys = "0.1"