Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakejarrett/dawproject-rs
dawproject written purely in rust
https://github.com/jakejarrett/dawproject-rs
Last synced: 3 days ago
JSON representation
dawproject written purely in rust
- Host: GitHub
- URL: https://github.com/jakejarrett/dawproject-rs
- Owner: jakejarrett
- License: mit
- Created: 2024-06-23T14:07:28.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-23T14:19:05.000Z (6 months ago)
- Last Synced: 2024-12-14T21:43:05.395Z (9 days ago)
- Language: Rust
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dawproject-rs
(I will update the repo in the coming days)
## Goals
- [ ] Ability to be able read the types in code
- [ ] Ability to import / use types and/or functions (Use case for own project)
- [ ] Ability to use this project to load & decode a dawproj file into rust structs.## Extended goals (For pre-1.0 release, but post beta)
- [ ] Unit tests
- [ ] Performance improvements (if needed)## Dependencies explained
- UUID: Unique ID's
- Serde: Ability to serialize/deserialize data
- XML: dawproject uses XML under the hood to represent data
- ZIP: the .dawproject file is just a zip file