ghpascon-rust 0.4.0

A personal Rust utility library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Agent Instructions

## README

Whenever you add, remove, or change anything in this project — a new function, module, example, script, or dependency — you **must** update `README.md` to reflect the change.

This includes but is not limited to:

- New public functions or modules in `src/`
- New files under `examples/`
- New scripts under `scripts/`
- Changes to the public API (renamed/removed functions)
- New dependencies in `Cargo.toml`

Keep the README accurate and up to date at all times.