docs.rs failed to build dawproject-0.5.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
dawproject-0.9.0
dawproject
Dawproject is a format for exchanging user data between digital audio workstations (DAWs). This project is port of DAWproject in Rust.
Usage
You can easily read and write .dawproject files.
use ;
// read dawproject file
let mut reader = open.unwrap;
reader.read_dawproject.unwrap;
// use it wherever you want
let dawproject = reader.build_dawproject.unwrap;
// Write
let mut writer = create.unwrap;
writer.write_dawproject.unwrap;
Documentations
- DAWproject
- Bitwig DAWproject repository
- DAWPROJECT XML Reference
- Bitwig DawProject XML Reference
- Project Document
- This project document
Build Source