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
# Changelog
All notable changes to this project will be documented in this file.

## Unreleased


## libcopes 1.0.0 (2025-05-24)

### Changed
- Require Rust 1.77.
- Replace memoffset crate with standard offset_off! macro.
- Replace lazy_static crate with standard OnceLock.

### Added
- `copes` library code has been refactored and moved into this crate. `libcopes` is licensed under the [Mozilla Public License 2.0]LICENSE to ensure compatibility with projects using permissive licenses (MIT, BSD, Apache 2.0, and others).