taskette 0.1.0

Multitasking library for embedded Rust (architecture-independent part)
Documentation
1
2
3
4
# Architecture-independent core functions of [taskette]https://github.com/tana/taskette


This is the architecture-independent part of [taskette](https://github.com/tana/taskette) multitasking library.
You also need to use an architecture-specific crate such as `taskette-cortex-m`, and probably the utility crate `taskette-utils`.