keyutils 0.2.0

Rust interface to the Linux keyring.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "keyutils"
version = "0.2.0"
authors = ["Ben Boeckel <mathstuf@gmail.com>"]
license = "BSD-3-Clause"
description = """
Rust interface to the Linux keyring.
"""
repository = "https://github.com/mathstuf/rust-keyutils.git"
homepage = "https://github.com/mathstuf/rust-keyutils.git"
readme = "README.md"

[dependencies]
bitflags = "~0.3.2"
errno = "~0.1.4"
libc = "~0.2.2"