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.7k 156

  2. async-channel async-channel Public

    Async multi-producer multi-consumer channel

    Rust 781 41

  3. blocking blocking Public

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

    Rust 341 20

  4. async-io async-io Public

    Async I/O and timers

    Rust 449 67

  5. polling polling Public

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

    Rust 551 68

  6. async-task async-task Public

    Task abstraction for building executors

    Rust 405 39

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 467 Apache-2.0 26 11 4 Updated Nov 8, 2024
  • fastrand Public

    A simple and fast random number generator

    smol-rs/fastrand’s past year of commit activity
    Rust 407 Apache-2.0 35 6 1 Updated Nov 8, 2024
  • async-io Public

    Async I/O and timers

    smol-rs/async-io’s past year of commit activity
    Rust 449 Apache-2.0 67 9 4 Updated Nov 7, 2024
  • polling Public

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

    smol-rs/polling’s past year of commit activity
    Rust 551 Apache-2.0 68 14 (3 issues need help) 4 Updated Nov 7, 2024
  • smol Public

    A small and fast async runtime for Rust

    smol-rs/smol’s past year of commit activity
    Rust 3,739 Apache-2.0 156 13 (1 issue needs help) 3 Updated Nov 4, 2024
  • event-listener Public

    Notify async tasks or threads

    smol-rs/event-listener’s past year of commit activity
    Rust 448 Apache-2.0 29 4 0 Updated Oct 31, 2024
  • concurrent-queue Public

    Concurrent multi-producer multi-consumer queue

    smol-rs/concurrent-queue’s past year of commit activity
    Rust 259 Apache-2.0 22 4 1 Updated Oct 29, 2024
  • async-compat Public

    Compatibility adapter between tokio and futures

    smol-rs/async-compat’s past year of commit activity
    Rust 155 Apache-2.0 12 3 2 Updated Oct 20, 2024
  • .github Public

    Repository-level documentation for smol-rs

    smol-rs/.github’s past year of commit activity
    1 0 0 1 Updated Oct 20, 2024
  • smol-macros Public

    Macros for using smol-rs

    smol-rs/smol-macros’s past year of commit activity
    Rust 9 Apache-2.0 2 2 0 Updated Oct 19, 2024

Top languages

Loading…

Most used topics