awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to zonyitoo/coio-rs

Open-source alternatives to Coio Rs

30 open-source projects similar to zonyitoo/coio-rs, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Coio Rs alternative.

  • tokio-rs/tokiotokio-rs का अवतार

    tokio-rs/tokio

    32,309GitHub पर देखें↗

    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
    GitHub पर देखें↗32,309
  • dagrs-dev/dagrsdagrs-dev का अवतार

    dagrs-dev/dagrs

    478GitHub पर देखें↗

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

    Rustasyncconcurrentdag
    GitHub पर देखें↗478
  • rust-lang/futures-rsrust-lang का अवतार

    rust-lang/futures-rs

    5,870GitHub पर देखें↗

    Zero-cost asynchronous programming in Rust

    Rustasync-foundations
    GitHub पर देखें↗5,870
  • tqwewe/kameotqwewe का अवतार

    tqwewe/kameo

    1,333GitHub पर देखें↗

    Fault-tolerant async actors for Rust that scale seamlessly

    Rust
    GitHub पर देखें↗1,333
  • iii-hq/iiiiii-hq का अवतार

    iii-hq/iii

    18,238GitHub पर देखें↗

    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
    GitHub पर देखें↗18,238

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Find more with AI search
  • async-rs/async-stdasync-rs का अवतार

    async-rs/async-std

    4,068GitHub पर देखें↗

    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
    GitHub पर देखें↗4,068
  • dpc/miocodpc का अवतार

    dpc/mioco

    148GitHub पर देखें↗

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

    Rustasyncasynchronouscoroutines
    GitHub पर देखें↗148
  • nextest-rs/future-queuenextest-rs का अवतार

    nextest-rs/future-queue

    70GitHub पर देखें↗

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

    Rust
    GitHub पर देखें↗70
  • tokio-rs/miotokio-rs का अवतार

    tokio-rs/mio

    7,024GitHub पर देखें↗

    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
    GitHub पर देखें↗7,024
  • xudong-huang/mayXudong-Huang का अवतार

    Xudong-Huang/may

    2,394GitHub पर देखें↗

    rust stackful coroutine library

    Rust
    GitHub पर देखें↗2,394
  • teaentitylab/fprustTeaEntityLab का अवतार

    TeaEntityLab/fpRust

    124GitHub पर देखें↗

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

    Rust
    GitHub पर देखें↗124
  • t3hmrman/async-droppert3hmrman का अवतार

    t3hmrman/async-dropper

    52GitHub पर देखें↗

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

    Rust
    GitHub पर देखें↗52
  • igumnoff/gabriel2igumnoff का अवतार

    igumnoff/gabriel2

    26GitHub पर देखें↗

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

    Rust
    GitHub पर देखें↗26
  • abseil/abseil-cppabseil का अवतार

    abseil/abseil-cpp

    17,334GitHub पर देखें↗

    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++
    GitHub पर देखें↗17,334
  • abkmystery/aneeabkmystery का अवतार

    abkmystery/ANEE

    1GitHub पर देखें↗

    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
    GitHub पर देखें↗1
  • 3dparallax/insight3Dparallax का अवतार

    3Dparallax/insight

    914GitHub पर देखें↗

    A helpful Chrome extension for WebGL development

    JavaScript
    GitHub पर देखें↗914
  • abhigyanpatwari/gitnexusabhigyanpatwari का अवतार

    abhigyanpatwari/GitNexus

    42,282GitHub पर देखें↗
    TypeScript
    GitHub पर देखें↗42,282
  • aaronbannin/looker-genaaronbannin का अवतार

    aaronbannin/looker-gen

    23GitHub पर देखें↗

    Looker Gen

    Python
    GitHub पर देखें↗23
  • 30-seconds/30-seconds-of-code30-seconds का अवतार

    30-seconds/30-seconds-of-code

    128,130GitHub पर देखें↗

    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
    GitHub पर देखें↗128,130
  • 0xax/erlang-bookmarks0xAX का अवतार

    0xAX/erlang-bookmarks

    1,154GitHub पर देखें↗

    All about erlang programming language powerd by community

    GitHub पर देखें↗1,154
  • aditya-khant/neural-assembly-compilerA

    aditya-khant/neural-assembly-compiler

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • adiny/moodtrip-hotel-searchadiny का अवतार

    adiny/moodtrip-hotel-search

    1GitHub पर देखें↗

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

    GitHub पर देखें↗1
  • adolfousier/opencrabsadolfousier का अवतार

    adolfousier/opencrabs

    808GitHub पर देखें↗

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

    Rust
    GitHub पर देखें↗808
  • adolfousier/ratifactadolfousier का अवतार

    adolfousier/ratifact

    87GitHub पर देखें↗

    Track and manage build artifacts from multiple programming languages.

    Rust
    GitHub पर देखें↗87
  • adrientorris/awesome-blazorAdrienTorris का अवतार

    AdrienTorris/awesome-blazor

    9,307GitHub पर देखें↗
    asp-net-coreaspnetcoreawesome
    GitHub पर देखें↗9,307
  • aerogear/graphbackaerogear का अवतार

    aerogear/graphback

    408GitHub पर देखें↗

    Graphback - Out of the box GraphQL server and client

    TypeScript
    GitHub पर देखें↗408
  • ag14774/diffdistag14774 का अवतार

    ag14774/diffdist

    62GitHub पर देखें↗
    Python
    GitHub पर देखें↗62
  • agarrharr/awesome-cli-appsagarrharr का अवतार

    agarrharr/awesome-cli-apps

    18,722GitHub पर देखें↗

    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
    GitHub पर देखें↗18,722
  • agentbay-ai/agentbay-skillsagentbay-ai का अवतार

    agentbay-ai/agentbay-skills

    42GitHub पर देखें↗

    English | 中文

    Python
    GitHub पर देखें↗42
  • a8m/pba8m का अवतार

    a8m/pb

    598GitHub पर देखें↗

    Console progress bar for Rust

    Rust
    GitHub पर देखें↗598