libcopes 1.0.0

A library for efficiently monitoring process exec and exit events on Linux
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "libcopes"
description = "A library for efficiently monitoring process exec and exit events on Linux"
version = "1.0.0"
keywords.workspace = true
authors.workspace = true
edition.workspace = true
rust-version.workspace = true
repository.workspace = true
license = "MPL-2.0"

[dependencies]
anyhow.workspace = true
log.workspace = true
libc = "0.2"

[build-dependencies]
bindgen = "0.71"