Crates.io | rs-libc |
lib.rs | rs-libc |
version | 0.2.4 |
source | src |
created_at | 2019-01-24 05:22:43.842072 |
updated_at | 2023-06-26 16:59:15.583044 |
description | A subset of libc that can be used with Rust in freestanding environments. |
homepage | |
repository | https://github.com/fortanix/rust-sgx |
max_upload_size | |
id | 110363 |
size | 117,224 |
This is a subset of libc that can be used with Rust inside SGX. Functions are added on an as-needed basis.
errno
is not supported. Functions that have had errno
functionality removed:
strtod
strtof
strtoimax
strtol
strtold
strtoll
strtoul
strtoull
strtoumax