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 818 45

  3. blocking blocking Public

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

    Rust 349 20

  4. async-io async-io Public

    Async I/O and timers

    Rust 472 67

  5. polling polling Public

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

    Rust 583 69

  6. async-task async-task Public

    Task abstraction for building executors

    Rust 437 41

Repositories

Showing 10 of 32 repositories
  • async-task Public

    Task abstraction for building executors

    smol-rs/async-task’s past year of commit activity
    Rust 437 Apache-2.0 41 10 3 Updated Jan 19, 2025
  • async-process Public

    Async interface for working with processes

    smol-rs/async-process’s past year of commit activity
    Rust 183 Apache-2.0 29 5 4 Updated Jan 19, 2025
  • atomic-waker Public

    futures::task::AtomicWaker extracted into its own crate

    smol-rs/atomic-waker’s past year of commit activity
    Rust 25 Apache-2.0 9 1 1 Updated Jan 19, 2025
  • easy-parallel Public

    Run closures in parallel

    smol-rs/easy-parallel’s past year of commit activity
    Rust 112 Apache-2.0 8 0 0 Updated Jan 19, 2025
  • concurrent-queue Public

    Concurrent multi-producer multi-consumer queue

    smol-rs/concurrent-queue’s past year of commit activity
    Rust 271 Apache-2.0 23 4 2 Updated Jan 19, 2025
  • event-listener Public

    Notify async tasks or threads

    smol-rs/event-listener’s past year of commit activity
    Rust 455 Apache-2.0 32 4 1 Updated Jan 19, 2025
  • fastrand Public

    A simple and fast random number generator

    smol-rs/fastrand’s past year of commit activity
    Rust 450 Apache-2.0 36 6 0 Updated Jan 19, 2025
  • 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 3 1 1 Updated Jan 19, 2025
  • fastrand-contrib Public

    Extension functionality for the fastrand crate

    smol-rs/fastrand-contrib’s past year of commit activity
    Rust 6 Apache-2.0 3 0 1 Updated Jan 19, 2025
  • futures-lite Public

    Futures, streams, and async I/O combinators.

    smol-rs/futures-lite’s past year of commit activity
    Rust 490 Apache-2.0 29 10 2 Updated Jan 19, 2025

Top languages

Loading…

Most used topics