feat(GUI): Add Download functionality,

update Rust code, update Python code

- Add Download functionality to GUI
- Update rust code for use with GUI
- Add callbacks to rust code
- Add python modules for routing and download
This commit is contained in:
Daniel S. 2019-07-22 01:55:38 +02:00
parent a647d26337
commit ec3972b06c
16 changed files with 775 additions and 1687 deletions

7
.gitignore vendored
View file

@ -5,6 +5,11 @@
*.tmp
*.idx
.vscode/**
*.pyd
build.bat
test.bat
__pycache__
__pycache__
DL
*.egg-info
pip-wheel-metadata
rust/target/*