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
17
18
[package]
name = "rs-libc"
version = "0.2.4"
authors = ["Fortanix, Inc."]
license-file = "LICENSE"
description = """
A subset of libc that can be used with Rust in freestanding environments.
"""
repository = "https://github.com/fortanix/rust-sgx"
documentation = "https://docs.rs/rs-libc/"
keywords = ["libc", "malloc", "strcmp", "snprintf"]
categories = ["external-ffi-bindings", "os"]

[build-dependencies]
cc = "1.0.46"

[dependencies]
zeroize = "1.6.0"