Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gandro/rusty-feat

Functional Enumeration of Algebraic Types for Rust
https://github.com/gandro/rusty-feat

Last synced: 25 days ago
JSON representation

Functional Enumeration of Algebraic Types for Rust

Awesome Lists containing this project

README

        

# F.E.A.T. for Rust

A work-in-progress implementation of
[Feat: Functional Enumeration of Algebraic Types](https://kar.kent.ac.uk/47486/)
in Rust.

> Note: It is currently unclear how to translate the definition of `Finite`
> type to Rust with regard to lazyness, but also the relationship between
> indexing and ownership.