context-rs icon indicating copy to clipboard operation
context-rs copied to clipboard

Context utilities in Rust

Results 4 context-rs issues
Sort by recently updated
recently updated
newest added

I tried how_to_ontop example and found that dropper is not dropped - no message presented in log: ``` x86_64 macOS rustc 1.32.0 (9fda7c223 2019-01-16) ``` ``` $ cargo clean; cargo...

bug

``` x86_64 macOS rustc 1.34.0-nightly (02c4c2892 2019-02-26) ``` ```Entering context_function... Everything's set up! Resuming => Yielding 0 => Got 0 Resuming => Yielding 1 => Got 1 Resuming => Yielding...

bug

Right now I can only test it on Linux x86_64 and OS X x86_64, not sure the ASM could run in other platforms.

enhancement
help wanted

Right now the assembly is in a stand alone `.S` file with AT&T style. To easily make it compilable under windows without depending on gcc, i think those code could...

enhancement