Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[rust] Add Queue implementation #353

Merged
merged 2 commits into from
May 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions MUSIC_CREDITS
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
All sample music in this repo has been sourced from Free Music Archive and from FreePD https://freepd.com
https://freemusicarchive.org.

Lukewarm Banjo by Kevin MacLeod
Creative Commons CC BY 3.0
https://creativecommons.org/licenses/by/3.0/

Study and Relax by Kevin MacLeod | https://incompetech.com/
Creative Commons CC BY 3.0
Music promoted by https://www.chosic.com/free-music/all/

Finally See The Light by Bryan Teoh
Creative Commons CC BY NC "This music is available for commercial and non-commercial purposes."
https://freepd.com/misc.php

Neptunian Princess by Bryan Teoh
Creative Commons CC BY NC "This music is available for commercial and non-commercial purposes."
https://freepd.com/misc.php


Future Technology Corporate instrumental | Business as Usual (short 4) by Alex-Productions
Attribution-NonCommercial 4.0 International License.
https://freemusicarchive.org/music/alex-productions/corporate-instrumental-v2/future-technology-corporate-instrumental-business-as-usual-short-4/


Tracks from the album "Microsong Challenge"
Licensed under: CC0 1.0 Universal
https://freemusicarchive.org/music/microSong_Challenge/2015021275957958

4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@

.PHONY: frontend go rs clean lint
.PHONY: all frontend go rs clean lint

all: go rs

go:
cd go && make pickup
Expand Down
Binary file not shown.
1 change: 0 additions & 1 deletion music/_Free/Bryan Teoh

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
8 changes: 5 additions & 3 deletions pickup.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@
"name": "frontend"
},
{
"path": "pickup-rust"
"path": "rs",
"name": "rust"
},
],
"settings": {}
}
"settings": {
}
}
Loading
Loading