1f1a74108e
Implements an error enum with mappings from the low-level C calls and appropriate error descriptions.
8 lines
133 B
TOML
8 lines
133 B
TOML
[package]
|
|
name = "posix_mq"
|
|
version = "0.1.0"
|
|
authors = ["Vincent Ambo <tazjin@gmail.com>"]
|
|
|
|
[dependencies]
|
|
nix = "0.9"
|
|
libc = "0.2"
|