rs-libc 0.2.4

A subset of libc that can be used with Rust in freestanding environments.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[build-dependencies.cc]
version = "1.0.46"
[dependencies.zeroize]
version = "1.6.0"

[package]
authors = ["Fortanix, Inc."]
categories = ["external-ffi-bindings", "os"]
description = "A subset of libc that can be used with Rust in freestanding environments.\n"
documentation = "https://docs.rs/rs-libc/"
keywords = ["libc", "malloc", "strcmp", "snprintf"]
license-file = "LICENSE"
name = "rs-libc"
readme = "README.md"
repository = "https://github.com/fortanix/rust-sgx"
version = "0.2.4"