Skip to content

Functional-esque structures for Kotlin modeled directly after Rust.

License

Notifications You must be signed in to change notification settings

kabiiQ/rusty-kotlin

Repository files navigation

rusty-kotlin Release

Small library of simple functional-esque structures: Option, Result, Try, Either.

I made this mostly for my own benefit of messing around with generics but have been using some, particularly Result, in my own projects. Result and Option are directly inspired by those from the Rust language.

I drew from my own understanding of what I wanted these structures to do, thus if you are looking to work on a proper functionally designed project in Kotlin you probably want to look at Arrow.

About

Functional-esque structures for Kotlin modeled directly after Rust.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages