rart-rs

Crates.iorart-rs
lib.rsrart-rs
version0.0.8
sourcesrc
created_at2022-07-09 15:45:00.170742
updated_at2022-08-07 18:01:36.610668
descriptionA async runtime to use the benefits of the availables embedded OS
homepage
repositoryhttps://github.com/RustAsyncRT/rart-rs
max_upload_size
id622575
size97,448
Matheus T. dos Santos (matheuswhite)

documentation

https://docs.rs/rart-rs

README

rart-rs

Install

rart-rs = "0.1"

Limitations

  • Not working on Cortex-M0 and Cortex-M0+, due the limitations of atomics in the thumbv6m-none-eabi target;
  • Only one Executor working at a time.

Disclaimer

This is not a release (still in version v0.0.1). Do not use in your projects;

Commit count: 37

cargo fmt