Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-02T06:56:19.000Z (8 months ago)
- Last Synced: 2024-12-12T21:45:06.778Z (11 days ago)
- Language: Rust
- Size: 453 KB
- Stars: 0
- Watchers: 3
- 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.