Just what the world needs, another silly Rust re-write! But it was a good exercise in learning. There's a lot of messy things, which is why this is 0.2.0-pre.1. Going to make some cleaning passes after landing this.
This commit is contained in:
parent
94a5e30a8f
commit
9945b9eb7f
41 changed files with 2975 additions and 1376 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -3,7 +3,10 @@ __pycache__
|
|||
.testmondata
|
||||
dist
|
||||
|
||||
# Rust stuff
|
||||
/target
|
||||
|
||||
# Project specific files
|
||||
test_album
|
||||
test_album*
|
||||
DESIGN.md
|
||||
TODO.md
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue