A Rust library implementing safe, lightweight context switches, without relying on kernel services
Go to file
edef 31652d7b8f limit compilation of arch to x86_64
the current code only supports x86_64 (#1), and we want to fail hard on
any other architecture for now.
2015-04-15 21:52:08 -04:00
benches parametrise Context on Stack 2015-04-15 21:51:37 -04:00
examples parametrise Context on Stack 2015-04-15 21:51:37 -04:00
src limit compilation of arch to x86_64 2015-04-15 21:52:08 -04:00
.gitignore initial commit 2014-12-23 04:27:28 +01:00
Cargo.toml feature-flag os, but leave it enabled by default 2015-04-15 21:51:37 -04:00
LICENSE remove extraneous newline in LICENSE 2015-04-15 02:11:39 -04:00
build.rs simplify build script 2015-03-26 22:48:51 -04:00