wavers 0.1.0

A Rust crate for reading and writing WAVE files.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Wavers
This README is in a state of major work-in-progress. However, the wiki page for Wavers, which outlines a lot about the project and how to use Wavers is in much more of a completed state. Please refer to that page for information. This README currently only contains information on building Wavers.


## How to build Wavers
Provided Rust is installed and you can run the ``cargo`` command from the project root, it is simply:

``cargo build``

or, for a release version

``cargo build --release``

## Running Wavers tests
``cargo test``

## Running the benchmark
``cargo bench``