https://github.com/denful/fx-rs
Rust Algebraic Effects System - modeled after https://github.com/vic/fx.go
https://github.com/denful/fx-rs
abilities algebraic-effects effects functional-programming handlers lenses rust
Last synced: about 12 hours ago
JSON representation
Rust Algebraic Effects System - modeled after https://github.com/vic/fx.go
- Host: GitHub
- URL: https://github.com/denful/fx-rs
- Owner: denful
- License: apache-2.0
- Created: 2025-05-16T23:54:35.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-04-27T23:48:03.000Z (2 months ago)
- Last Synced: 2026-06-01T16:07:31.240Z (about 1 month ago)
- Topics: abilities, algebraic-effects, effects, functional-programming, handlers, lenses, rust
- Language: Rust
- Homepage: https://fx-rs.denful.dev/
- Size: 202 KB
- Stars: 16
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-ccamel - denful/fx-rs - Rust Algebraic Effects System - modeled after https://github.com/vic/fx.go (Rust)
README
# `fx-rs` is an Algebraic Effects system for Rust
[](https://github.com/vic/fx-rs)
modeled after Scala's [Kyo](https://getkyo.io) and Golang's [Fx.go](https://github.com/vic/fx.go)
```shell
cargo add fx-rs
```
# Crate: https://crates.io/crates/fx-rs
# Read the Book: https://vic.github.io/fx-rs
# Rust API: https://docs.rs/fx-rs