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 4.2k 166

  2. async-channel async-channel Public

    Async multi-producer multi-consumer channel

    Rust 862 48

  3. blocking blocking Public

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

    Rust 358 20

  4. async-io async-io Public

    Async I/O and timers

    Rust 526 71

  5. polling polling Public

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

    Rust 644 75

  6. async-task async-task Public

    Task abstraction for building executors

    Rust 472 46

Repositories

Showing 10 of 32 repositories
  • polling Public

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

    smol-rs/polling’s past year of commit activity
    Rust 644 Apache-2.0 75 17 (3 issues need help) 7 Updated Jun 16, 2025
  • async-fs Public

    Async filesystem primitives

    smol-rs/async-fs’s past year of commit activity
    Rust 134 Apache-2.0 9 5 2 Updated Jun 16, 2025
  • async-signal Public

    Asynchronous signal handling

    smol-rs/async-signal’s past year of commit activity
    Rust 18 Apache-2.0 5 1 1 Updated Jun 16, 2025
  • async-io Public

    Async I/O and timers

    smol-rs/async-io’s past year of commit activity
    Rust 526 Apache-2.0 71 11 8 Updated Jun 16, 2025
  • async-process Public

    Async interface for working with processes

    smol-rs/async-process’s past year of commit activity
    Rust 196 Apache-2.0 30 5 6 Updated Jun 16, 2025
  • async-channel Public

    Async multi-producer multi-consumer channel

    smol-rs/async-channel’s past year of commit activity
    Rust 862 Apache-2.0 48 12 3 Updated Jun 3, 2025
  • smol Public

    A small and fast async runtime for Rust

    smol-rs/smol’s past year of commit activity
    Rust 4,241 Apache-2.0 166 15 (1 issue needs help) 2 Updated May 27, 2025
  • fastrand Public

    A simple and fast random number generator

    smol-rs/fastrand’s past year of commit activity
    Rust 504 Apache-2.0 41 7 4 Updated May 24, 2025
  • async-executor Public

    Async executor

    smol-rs/async-executor’s past year of commit activity
    Rust 374 Apache-2.0 47 9 (2 issues need help) 3 Updated May 19, 2025
  • concurrent-queue Public

    Concurrent multi-producer multi-consumer queue

    smol-rs/concurrent-queue’s past year of commit activity
    Rust 283 Apache-2.0 24 4 3 Updated May 20, 2025

Top languages

Rust

Most used topics