An open API service indexing awesome lists of open source software.

https://github.com/bschwind/opus

[WIP] A pure-Rust Opus encoder/decoder.
https://github.com/bschwind/opus

Last synced: about 1 year ago
JSON representation

[WIP] A pure-Rust Opus encoder/decoder.

Awesome Lists containing this project

README

          

# opus

A (work-in-progress) pure-Rust Opus encoder/decoder. Please help me.

## Dependencies
- cargo
- rustc

## Build

```
$ cargo build --release
```

## Testing

```
$ cargo test
```

## Code Format

The formatting options currently use nightly-only options.

```
$ cargo +nightly fmt
```

## Code Linting

```
$ cargo clippy
```