Commit graph

18 commits

Author SHA1 Message Date
3c55eaadbc Move converted code to its own submodule 2023-06-22 01:49:34 -04:00
6d27106e35 Narrow the scope of unsafe in confid::generate 2023-06-22 01:44:38 -04:00
2c41fe6c21 Run clippy --fix 2023-06-22 01:40:31 -04:00
932a11679d Fix TDivisor type
Hooray! It works!
2023-06-22 01:39:58 -04:00
ecce5e797f Remove C-style types 2023-06-22 01:17:52 -04:00
ede990ae44 Add missing comments from original code 2023-06-21 22:12:12 -04:00
063b4b5dc7 Remove unnecessary unsafes 2023-06-21 21:57:09 -04:00
43caccc8b7 Fix up two functions with tested code 2023-06-21 21:52:52 -04:00
7d35fe36fe Remove libc dependency 2023-06-21 21:45:34 -04:00
69faa5626e Remove usage of libc functions 2023-06-21 21:40:58 -04:00
a0657d2652 Remove unnecessary function decorators
(and an unused function)
2023-06-21 21:10:41 -04:00
cac0235f2c Eliminate remaining warnings 2023-06-21 21:08:16 -04:00
dfbd994d19 Run clippy --fix again 2023-06-21 20:56:48 -04:00
7145e14d29 Remove some allows 2023-06-21 20:55:56 -04:00
15e8b70ae4 Eliminate warnings 2023-06-21 20:54:32 -04:00
a678d927ca Run clippy --fix 2023-06-21 20:51:26 -04:00
812bbad07b Use specific Rust types
It compiles now, but produces incorrect result
2023-06-21 20:50:13 -04:00
eb0a567405 WIP: Auto-convert confid code 2023-06-21 20:42:28 -04:00