lib.rs
Feb 3, 2023#54 in #libc. MIT license . 10KB 134 lines. SJLJ - setjmp & longjmp for Rust. A small no_std library that provides inline asm functions for the setjmp and longjmp functions. Also provides sigsetjmp and siglongjmp on Linux. This is for using them without requiring a libc.The functions are ported from musl.. For a great article on how setjmp and longjmp work check out Mark Mossberg's blogpost ...