c-scape

Crates.ioc-scape
lib.rsc-scape
version0.16.1
sourcesrc
created_at2021-10-08 17:07:34.453447
updated_at2024-05-22 01:10:03.681754
descriptionA libc bottom-half implementation in Rust
homepage
repositoryhttps://github.com/sunfishcode/c-ward
max_upload_size
id462406
size591,322
Dan Gohman (sunfishcode)

documentation

https://docs.rs/c-scape

README

c-scape

A layer underneath c-gull

Github Actions CI Status zulip chat crates.io page docs.rs docs

c-scape is a layer underneath c-gull. It provides a subset of libc features, containing only features that don't require Rust's std to implement. This allows it to be used by std itself.

Similar to c-gull, c-scape has "take-charge" and "coexist-with-libc" modes.

"take-charge" mode requires some additional setup; see the c-scape-example example crate for more details.

Commit count: 318

cargo fmt