aramid

Crates.ioaramid
lib.rsaramid
version0.3.1
sourcesrc
created_at2023-07-17 20:20:56.732283
updated_at2023-07-25 00:21:38.17937
descriptionSynthetic fibers
homepagehttps://github.com/mira-merkell/aramid
repositoryhttps://github.com/mira-merkell/aramid.git
max_upload_size
id918819
size18,455
⧉⧉⧉ (mira-merkell)

documentation

README

aramid 🧵

Test Docs

Synthetic fibers and Rust.

  • very much WIP 🚧
  • Fibers are little state machines that behave like stackful coroutines: when spun, they yield and yield, and then they return. In the meantime, they carry their stack around with them.
  • Fibers are a model of concurrent computation. They are simple, lightweight and well-suited for cooperative multitasking.

Getting started

  • To try the library out, simply add it to your project's dependencies, by running the following Cargo command in your project directory:

    cargo add aramid
    

    Or add the following line to your Cargo.toml:

    aramid = "0.3.1"
    
  • The documentation is available online at docs.rs.

Commit count: 85

cargo fmt