Skip to content

Commit df7669b

Browse files
Rewrite NodeJS backend in Rust.
The intent is to increase maintainability and allow for faster development. This rewrite does not intend to change any functionality other than fixing the percent-handling code to use the proper formula. Fixes: #21.
1 parent a183625 commit df7669b

File tree

8 files changed

+1476
-0
lines changed

8 files changed

+1476
-0
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
data
2+
rs-backend/target

0 commit comments

Comments
 (0)