39 releases (15 breaking)
new 0.15.5 |
|
---|---|
0.14.5 | Sep 20, 2023 |
0.9.0 | Jul 1, 2023 |
0.8.1 | Mar 31, 2023 |
0.3.0 | Nov 18, 2021 |
#123 in No standard library
891 downloads per month
Used in 3 crates
(via c-gull)
310KB
7.5K
SLoC
Contains (static library, 1KB) empty/riscv64/libxnet.a, (static library, 1KB) empty/aarch64/libc.a, (static library, 1KB) empty/aarch64/libcrypt.a, (static library, 1KB) empty/aarch64/libdl.a, (static library, 1KB) empty/aarch64/libgcc.a, (static library, 1KB) empty/aarch64/libgcc_s.a and 30 more.
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.
Dependencies
~8–18MB
~289K SLoC