rlibc的合作伙伴,为独立Rust项目提供额外的libc函数
由 Jeff Waugh 提供
使用旧的Rust 2015
#6 in #partner
23KB 415 行
rlibc的合作伙伴,为独立Rust项目提供额外的libc函数。
将以下内容添加到您的 Cargo.toml
Cargo.toml
[dependencies] rlibcex = "0.1"
并将以下内容添加到您的crate根目录
extern crate rlibcex;