829 B
829 B
A month or two ago, I "translated" Ryuji, originally written in Typescript, into Rust.
I mostly wrote this to practice writing Rust, which I guess is a success. In this project, I've somehow once again avoided properly figuring out how to use lifetimes (hey, I tried). That's a victory for my brain but probably a failure for my Rust skills.
The source code is on Github and the auto-generated documentation is on docs.rs. If, for whatever reason, you actually want to use Ryuji-Rust, it might be helpful to look at the tests, example, and the Ryuji docs page.