Skip to content

mgeier/asdf-rust

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

asdf

Library for loading Audio Scene Description Format (ASDF) files, written in Rust.

Requirements

The required Rust packages (a.k.a. "crates") are listed in the file Cargo.toml.

API Documentation

Run cargo doc in the main directory to create the documentation. The generated HTML documentation can be accessed via target/doc/asdf/index.html.

Building the C API

Using cargo-c (cargo install cargo-c):

cargo cinstall --release

Further options (like --destdir and --prefix) are available.

Updating README.md

Using cargo-readme (cargo install cargo-readme):

cargo readme -o README.md

License: MIT OR Apache-2.0

About

Library for loading ASDF files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%