forked from M-Labs/libfringe
299a0a5d98
featuring 7ns inlineable context switches, no more separately-built assembly objects, and a vastly nicer interface. incontext/outcontext are no more, context switch calls now take a single context structure, which functions as both. everything now also functions without any heap allocations -- for the context setup, only an FnOnce() value is necessary.
6 lines
95 B
TOML
6 lines
95 B
TOML
[package]
|
|
name = "lwkt"
|
|
version = "0.0.1"
|
|
authors = ["edef <edef@edef.eu>"]
|
|
build = "build.rs"
|