https://github.com/fsmaxb/rust-genealogy
Reimplementation of https://github.com/CodeFX-org/java-after-eight in rust
https://github.com/fsmaxb/rust-genealogy
Last synced: 8 months ago
JSON representation
Reimplementation of https://github.com/CodeFX-org/java-after-eight in rust
- Host: GitHub
- URL: https://github.com/fsmaxb/rust-genealogy
- Owner: FSMaxB
- Created: 2020-03-07T15:36:03.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-12T20:50:11.000Z (over 1 year ago)
- Last Synced: 2025-07-14T03:40:41.180Z (11 months ago)
- Language: Rust
- Size: 454 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Rust Genealogy
==============
This is an in progress rewrite of [java-after-eight](https://github.com/CodeFX-org/java-after-eight) in rust.
Based on commit [b2d090fdd80942bce774662f4507db59614dc393](https://github.com/nipafx/java-after-eight/tree/b2d090fdd80942bce774662f4507db59614dc393)
Roadmap
-------
1. **Reimplement as closely as possible**
- Rewrite the Java code in rust, adhering to the original implementation and structure as closely as possible (at the expense of idiomatic rust).
2. **Incrementally transform the code to idiomatic rust**
Currently still 1.