awesome-repositories.com
Blog
MCP
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
·
Back to teaentitylab/fprust

Open-source alternatives to FpRust

30 open-source projects similar to teaentitylab/fprust, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best FpRust alternative.

  • tqwewe/kameoAvatar von tqwewe

    tqwewe/kameo

    1,333Auf GitHub ansehen↗

    Fault-tolerant async actors for Rust that scale seamlessly

    Rust
    Auf GitHub ansehen↗1,333
  • 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
  • rust-lang/futures-rsAvatar von rust-lang

    rust-lang/futures-rs

    5,870Auf GitHub ansehen↗

    Zero-cost asynchronous programming in Rust

    Rustasync-foundations
    Auf GitHub ansehen↗5,870
  • xudong-huang/mayAvatar von Xudong-Huang

    Xudong-Huang/may

    2,394Auf GitHub ansehen↗

    rust stackful coroutine library

    Rust
    Auf GitHub ansehen↗2,394
  • iii-hq/iiiAvatar von iii-hq

    iii-hq/iii

    18,238Auf GitHub ansehen↗

    iii is a distributed service orchestrator and event-driven workflow engine designed to compose and manage cross-language functions and workers through a central execution engine. It functions as a multi-language service mesh and WebSocket service gateway, providing a persistent communication layer for remote service workers. The platform enables dynamic runtime extensions, allowing new workers and capabilities to be deployed and registered into a live environment without requiring system restarts. It distinguishes itself by offering machine-readable skill exposure and agent capability integra

    Rust
    Auf GitHub ansehen↗18,238

KI-Suche

Entdecke weitere awesome Repositories

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

Find more with AI search
  • 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
  • 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
  • nextest-rs/future-queueAvatar von nextest-rs

    nextest-rs/future-queue

    70Auf GitHub ansehen↗

    Queue futures to run concurrently, in the order they're spawned, and with global and group limits.

    Rust
    Auf GitHub ansehen↗70
  • tokio-rs/tokioAvatar von tokio-rs

    tokio-rs/tokio

    32,309Auf GitHub ansehen↗

    Tokio is an asynchronous runtime for the Rust programming language, designed to manage and execute concurrent tasks efficiently. It provides a multi-threaded execution environment that schedules lightweight tasks across available processor cores, utilizing a work-stealing scheduler to balance computational load. By employing a poll-based execution model and waker-based notifications, the runtime drives asynchronous operations forward without requiring active polling loops, ensuring efficient resource utilization. The project distinguishes itself through a comprehensive suite of tools for high

    Rustasynchronousnetworkingrust
    Auf GitHub ansehen↗32,309
  • zonyitoo/coio-rsAvatar von zonyitoo

    zonyitoo/coio-rs

    463Auf GitHub ansehen↗

    Coroutine I/O for Rust

    Rust
    Auf GitHub ansehen↗463
  • tokio-rs/mioAvatar von tokio-rs

    tokio-rs/mio

    7,024Auf GitHub ansehen↗

    Mio is a low-level I/O library for Rust that provides an event-driven framework for monitoring multiple network sockets and file descriptors. It acts as a portable wrapper for operating system native polling systems, including epoll, kqueue, and IOCP, allowing applications to trigger events when resources are ready for reading or writing without blocking the execution thread. The library provides a non-blocking socket interface for managing TCP, UDP, and Unix sockets. It distinguishes itself through a vectored I/O implementation, enabling scatter-gather reads and writes across multiple buffer

    Rustasynchronousnetworkingnon-blocking
    Auf GitHub ansehen↗7,024
  • t3hmrman/async-dropperAvatar von t3hmrman

    t3hmrman/async-dropper

    52Auf GitHub ansehen↗

    🗑 async-dropper is probably the least-worst ad-hoc AysncDrop implementation you've seen so far.

    Rust
    Auf GitHub ansehen↗52
  • 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
  • abseil/abseil-cppAvatar von abseil

    abseil/abseil-cpp

    17,334Auf GitHub ansehen↗

    Abseil is a common utility library for C++ that provides foundational building blocks for applications. It serves as a collection of optimized utility functions and data structures that augment the C++ standard library across different compiler versions. The library is distinguished by its high-performance containers, including SIMD-accelerated hash maps and sets for efficient key-value lookups. It also provides a comprehensive framework for computing absolute time points, durations, and timestamps across global time zones. The project covers a broad range of capability areas, including conc

    C++
    Auf GitHub ansehen↗17,334
  • abkmystery/aneeAvatar von abkmystery

    abkmystery/ANEE

    1Auf GitHub ansehen↗

    ANEE is an experimental dynamic inference wrapper for pretrained Transformer language models (currently GPT-2). Instead of always running all layers, ANEE exposes an energy_budget and performs early exit inside the model’s forward pass.

    Python
    Auf GitHub ansehen↗1
  • 3dparallax/insightAvatar von 3Dparallax

    3Dparallax/insight

    914Auf GitHub ansehen↗

    A helpful Chrome extension for WebGL development

    JavaScript
    Auf GitHub ansehen↗914
  • abhigyanpatwari/gitnexusAvatar von abhigyanpatwari

    abhigyanpatwari/GitNexus

    42,282Auf GitHub ansehen↗
    TypeScript
    Auf GitHub ansehen↗42,282
  • aaronbannin/looker-genAvatar von aaronbannin

    aaronbannin/looker-gen

    23Auf GitHub ansehen↗

    Looker Gen

    Python
    Auf GitHub ansehen↗23
  • 30-seconds/30-seconds-of-codeAvatar von 30-seconds

    30-seconds/30-seconds-of-code

    128,130Auf GitHub ansehen↗

    This project is a developer knowledge base and a curated library of programming code snippets. It serves as a multi-language coding reference that provides short technical articles and reusable code samples to help developers implement common programming patterns. The resource functions as a multi-language syntax reference, allowing for the comparison of logic and functionality across different programming environments. It focuses on programming pattern learning and coding skill improvement through a collection of optimized patterns and best practices. The platform includes capabilities for

    JavaScript
    Auf GitHub ansehen↗128,130
  • 0xax/erlang-bookmarksAvatar von 0xAX

    0xAX/erlang-bookmarks

    1,154Auf GitHub ansehen↗

    All about erlang programming language powerd by community

    Auf GitHub ansehen↗1,154
  • aditya-khant/neural-assembly-compilerA

    aditya-khant/neural-assembly-compiler

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • adiny/moodtrip-hotel-searchAvatar von adiny

    adiny/moodtrip-hotel-search

    1Auf GitHub ansehen↗

    Claude and Openclaw AI skill for hotel search & booking via MoodTrip.ai MCP server

    Auf GitHub ansehen↗1
  • adolfousier/opencrabsAvatar von adolfousier

    adolfousier/opencrabs

    808Auf GitHub ansehen↗

    The autonomous, self-improving AI agent. Single Rust binary. Every channel.

    Rust
    Auf GitHub ansehen↗808
  • adolfousier/ratifactAvatar von adolfousier

    adolfousier/ratifact

    87Auf GitHub ansehen↗

    Track and manage build artifacts from multiple programming languages.

    Rust
    Auf GitHub ansehen↗87
  • adrientorris/awesome-blazorAvatar von AdrienTorris

    AdrienTorris/awesome-blazor

    9,307Auf GitHub ansehen↗
    asp-net-coreaspnetcoreawesome
    Auf GitHub ansehen↗9,307
  • aerogear/graphbackAvatar von aerogear

    aerogear/graphback

    408Auf GitHub ansehen↗

    Graphback - Out of the box GraphQL server and client

    TypeScript
    Auf GitHub ansehen↗408
  • ag14774/diffdistAvatar von ag14774

    ag14774/diffdist

    62Auf GitHub ansehen↗
    Python
    Auf GitHub ansehen↗62
  • agarrharr/awesome-cli-appsAvatar von agarrharr

    agarrharr/awesome-cli-apps

    18,722Auf GitHub ansehen↗

    This project is a curated directory of command line applications and utilities designed to enhance developer productivity and streamline technical workflows. It serves as a comprehensive index of open-source software, categorizing tools that assist with system administration, development automation, and personal task management. The repository distinguishes itself by providing a structured collection of terminal-based software that spans diverse functional domains. It includes resources for managing infrastructure and cloud resources, performing code maintenance, and customizing terminal envi

    Shellawesomeawesome-listcli
    Auf GitHub ansehen↗18,722
  • agentbay-ai/agentbay-skillsAvatar von agentbay-ai

    agentbay-ai/agentbay-skills

    42Auf GitHub ansehen↗

    English | 中文

    Python
    Auf GitHub ansehen↗42
  • a8m/pbAvatar von a8m

    a8m/pb

    598Auf GitHub ansehen↗

    Console progress bar for Rust

    Rust
    Auf GitHub ansehen↗598