Skip to content
@smol-rs

smol-rs

A small and fast async runtime for Rust

Welcome to smol-rs!

smol is a small and fast async runtime written in Rust. It prioritizes easily readable code, robust implementations and efficient algorithms.

If you'd like to start with smol, consider reading through the examples.

Pinned Loading

  1. smol smol Public

    A small and fast async runtime for Rust

    Rust 3.8k 158

  2. async-channel async-channel Public

    Async multi-producer multi-consumer channel

    Rust 808 43

  3. blocking blocking Public

    A thread pool for isolating blocking I/O in async programs

    Rust 343 20

  4. async-io async-io Public

    Async I/O and timers

    Rust 469 67

  5. polling polling Public

    Portable interface to epoll, kqueue, event ports, and wepoll

    Rust 577 68

  6. async-task async-task Public

    Task abstraction for building executors

    Rust 429 41

Repositories

Showing 10 of 32 repositories
  • futures-lite Public

    Futures, streams, and async I/O combinators.

    smol-rs/futures-lite’s past year of commit activity
    Rust 484 Apache-2.0 27 10 3 Updated Dec 31, 2024
  • event-listener Public

    Notify async tasks or threads

    smol-rs/event-listener’s past year of commit activity
    Rust 451 Apache-2.0 32 4 2 Updated Dec 31, 2024
  • async-broadcast Public

    Async broadcast channels

    smol-rs/async-broadcast’s past year of commit activity
    Rust 168 Apache-2.0 26 2 0 Updated Dec 24, 2024
  • smol Public

    A small and fast async runtime for Rust

    smol-rs/smol’s past year of commit activity
    Rust 3,804 Apache-2.0 159 13 (1 issue needs help) 2 Updated Dec 16, 2024
  • fastrand Public

    A simple and fast random number generator

    smol-rs/fastrand’s past year of commit activity
    Rust 443 Apache-2.0 36 6 0 Updated Dec 8, 2024
  • polling Public

    Portable interface to epoll, kqueue, event ports, and wepoll

    smol-rs/polling’s past year of commit activity
    Rust 577 Apache-2.0 68 14 (3 issues need help) 5 Updated Dec 4, 2024
  • async-executor Public

    Async executor

    smol-rs/async-executor’s past year of commit activity
    Rust 346 Apache-2.0 46 7 (1 issue needs help) 2 Updated Dec 4, 2024
  • event-listener-strategy Public

    A wrapper around event-listener to handle dual blocking/async use cases

    smol-rs/event-listener-strategy’s past year of commit activity
    Rust 8 Apache-2.0 2 1 0 Updated Nov 30, 2024
  • async-io Public

    Async I/O and timers

    smol-rs/async-io’s past year of commit activity
    Rust 469 Apache-2.0 67 10 4 Updated Nov 7, 2024
  • concurrent-queue Public

    Concurrent multi-producer multi-consumer queue

    smol-rs/concurrent-queue’s past year of commit activity
    Rust 267 Apache-2.0 23 4 2 Updated Oct 29, 2024

Top languages

Rust

Most used topics