cutoff-common

Crates.iocutoff-common
lib.rscutoff-common
version0.9.0
created_at2025-05-16 10:46:18.577992+00
updated_at2025-05-16 10:46:18.577992+00
descriptionA collection of common utilities and helpers used across Cutoff projects
homepage
repositoryhttps://github.com/CutoffAudio/common-rs
max_upload_size
id1676342
size91,179
Renaud Denis (RenaudDenis)

documentation

README

cutoff-common

A collection of common utilities and helpers used across Cutoff projects.

Features

  • Common traits and utility functions
  • Collections utilities
  • I/O utilities
  • URN handling
  • Optional logging utilities (with the tracing-subscriber feature)
  • Optional serialization support (with the serde feature)

Usage

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"] }

⚠️ Warning

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.

License

Licensed under either of:

at your option.

Contribution

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.

Commit count: 41

cargo fmt