future-runner

Crates.iofuture-runner
lib.rsfuture-runner
version0.0.1
sourcesrc
created_at2024-11-13 16:31:06.694346
updated_at2024-11-13 16:31:06.694346
descriptionA lightweight future executor with WASM support and configurable runtime options for async Rust applications
homepage
repositoryhttps://github.com/piot/future-runner
max_upload_size
id1446759
size8,054
Peter Bjorklund (piot)

documentation

README

๐Ÿƒโ€โ™‚๏ธ future-runner

A lightweight Rust crate that gives your futures the exercise they need! Whether you're running on native platforms or WASM, blocking or non-blocking, we've got you covered.

โœจ Features

  • ๐ŸŽฏ Cross-platform support (Native & WASM)
  • ๐Ÿ”„ Configurable execution modes
  • ๐Ÿงต Optional threaded execution
  • ๐Ÿšซ Non-blocking mode available
  • ๐ŸŽฎ Super simple API

๐ŸŽจ Feature Flags

  • threaded - Enables thread-based execution
  • block - Enables blocking execution mode

๐Ÿ“ฆ Installation

To use future-runner, add it to your Cargo.toml:

[dependencies]
future-runner = "0.0.1"

License

This project is licensed under the MIT License - see the LICENSE file for details.

Commit count: 2

cargo fmt