awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
TeaEntityLab avatar

TeaEntityLab/fpRust

0
View on GitHub↗
124 Stars·7 Forks·Rust·MIT·5 Aufrufe

FpRust

Monad/MonadIO, Handler, Coroutine/doNotation, Functional Programming features for Rust

Features

  • Asynchronous Programming - Functional programming features including coroutines and monads.
  • Developer Tools - Functional programming features including monads and coroutines.

Star-Verlauf

Star-Verlauf für teaentitylab/fprustStar-Verlauf für teaentitylab/fprust

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu FpRust

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit FpRust.
  • dagrs-dev/dagrsAvatar von dagrs-dev

    dagrs-dev/dagrs

    478Auf GitHub ansehen↗

    High-performance, Rust-based asynchronous task programming framework implementing Flow-Based Programming for scalable directed acyclic graph (DAG) task orchestration

    Rustasyncconcurrentdag
    Auf GitHub ansehen↗478
  • dpc/miocoAvatar von dpc

    dpc/mioco

    148Auf GitHub ansehen↗

    no longer maintained Scalable, coroutine-based, fibers/green-threads for Rust. (aka MIO COroutines).

    Rustasyncasynchronouscoroutines
    Auf GitHub ansehen↗148
  • async-rs/async-stdAvatar von async-rs

    async-rs/async-std

    4,068Auf GitHub ansehen↗

    async-std is a Rust asynchronous runtime and non-blocking I/O library. It serves as an asynchronous standard library, providing a set of alternatives to the core Rust library for managing concurrent tasks, networking, and file system access. The project implements a standard-library-mirrored API, offering asynchronous versions of existing synchronous types to maintain a familiar interface. This approach allows for asynchronous Rust development using an interface that reflects the ergonomics of the language's standard library. The runtime includes a task executor for scheduling and executing

    Rustasyncasync-awaitasync-rust
    Auf GitHub ansehen↗4,068
  • igumnoff/gabriel2Avatar von igumnoff

    igumnoff/gabriel2

    26Auf GitHub ansehen↗

    Gabriel2: Indeed, an actor library based on Tokio, written in Rust

    Rust
    Auf GitHub ansehen↗26
Alle 30 Alternativen zu FpRust anzeigen→

Häufig gestellte Fragen

Was macht teaentitylab/fprust?

Monad/MonadIO, Handler, Coroutine/doNotation, Functional Programming features for Rust

Was sind die Hauptfunktionen von teaentitylab/fprust?

Die Hauptfunktionen von teaentitylab/fprust sind: Asynchronous Programming, Developer Tools.

Welche Open-Source-Alternativen gibt es zu teaentitylab/fprust?

Open-Source-Alternativen zu teaentitylab/fprust sind unter anderem: dpc/mioco — [no longer maintained] Scalable, coroutine-based, fibers/green-threads for Rust. (aka MIO COroutines). iii-hq/iii — iii is a distributed service orchestrator and event-driven workflow engine designed to compose and manage… async-rs/async-std — async-std is a Rust asynchronous runtime and non-blocking I/O library. It serves as an asynchronous standard library,… dagrs-dev/dagrs — High-performance, Rust-based asynchronous task programming framework implementing Flow-Based Programming for scalable… igumnoff/gabriel2 — Gabriel2: Indeed, an actor library based on Tokio, written in Rust. nextest-rs/future-queue — Queue futures to run concurrently, in the order they're spawned, and with global and group limits.