sample-resource 0.1.0

Traits for working with arbitrary resources of audio samples
Documentation
# sample-resource

[![Documentation](https://docs.rs/sample-resource/badge.svg)](https://docs.rs/sample-resource)
[![Crates.io](https://img.shields.io/crates/v/sample-resource.svg)](https://crates.io/crates/sample-resource)
[![License](https://img.shields.io/crates/l/sample-resource.svg)](https://codeberg.org/Meadowlark/sample-resource/src/branch/main/LICENSE-MIT)
[![NO AI](https://raw.githubusercontent.com/nuxy/no-ai-badge/master/badge.svg)](https://github.com/nuxy/no-ai-badge)

Traits for working with arbitrary resources of audio samples

# Crate Features
* `std` (default): Use the standard library. Disable to make this crate `no-std` compatible.

# License

Licensed under either of

 * Apache License, Version 2.0, ([LICENSE-APACHE]LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
 * MIT license ([LICENSE-MIT]LICENSE-MIT or http://opensource.org/licenses/MIT)

at your option.