rs-libc

Crates.iors-libc
lib.rsrs-libc
version0.2.4
sourcesrc
created_at2019-01-24 05:22:43.842072
updated_at2023-06-26 16:59:15.583044
descriptionA subset of libc that can be used with Rust in freestanding environments.
homepage
repositoryhttps://github.com/fortanix/rust-sgx
max_upload_size
id110363
size117,224
crates-owners (github:fortanix:crates-owners)

documentation

https://docs.rs/rs-libc/

README

rs-libc

This is a subset of libc that can be used with Rust inside SGX. Functions are added on an as-needed basis.

errno

errno is not supported. Functions that have had errno functionality removed:

  • strtod
  • strtof
  • strtoimax
  • strtol
  • strtold
  • strtoll
  • strtoul
  • strtoull
  • strtoumax
Commit count: 901

cargo fmt