A Rust library implementing safe, lightweight context switches, without relying on kernel services
 
 
Go to file
edef 5c5f5095c3 move arch::{initialize_call_frame, swap} to inherent mthods of Registers
they're now Registers::{new, swap}, because they're
already effectively a constructor and a method.
2015-04-15 19:35:27 -04:00
benches closure syntax changed 2015-02-23 23:14:58 -05:00
src move arch::{initialize_call_frame, swap} to inherent mthods of Registers 2015-04-15 19:35:27 -04:00
.gitignore initial commit 2014-12-23 04:27:28 +01:00
Cargo.toml simplify build script 2015-03-26 22:48:51 -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