| Crates.io | cutoff-common |
| lib.rs | cutoff-common |
| version | 0.9.0 |
| created_at | 2025-05-16 10:46:18.577992+00 |
| updated_at | 2025-05-16 10:46:18.577992+00 |
| description | A collection of common utilities and helpers used across Cutoff projects |
| homepage | |
| repository | https://github.com/CutoffAudio/common-rs |
| max_upload_size | |
| id | 1676342 |
| size | 91,179 |
A collection of common utilities and helpers used across Cutoff projects.
tracing-subscriber feature)serde feature)Add this to your Cargo.toml:
[dependencies]
cutoff-common = { path = "../path/to/cutoff-common" }
To enable optional features:
[dependencies]
cutoff-common = { path = "../path/to/cutoff-common", features = ["serde", "tracing-subscriber"] }
This crate is meant to be used internally by the Cutoff projects and crates as a dependency. It is not meant to be used by external projects. No effort will be made in terms of backward-compatibility.
Licensed under either of:
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be dual licensed as above, without any additional terms or conditions.