Thin Rust wrapper around the Windows fiber API.
Technically provides a portable API, but implemented only for Windows at the moment.
See fibers
on MSDN for the description of the concept.
Run cargo --doc
for documentation.
Uses winapi
on Windows.