Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "cut"
version = "0.1.0"
edition = "2024"

description = "Utilities."
keywords = ["utilities"]
categories = ["no-std", "no-std::no-alloc", "rust-patterns"]
license = "GPL-3.0-only"
repository = "https://github.com/ZenPZero/cut"

include = ["src/", "README.md", "CHANGELOG.md", "LICENSE"]