Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.