Lines Matching +full:build +full:- +full:docs
1 # libc - 提供 C 标准库的rust侧FFI
3 …Cirrus CI Status]][Cirrus CI] [![Latest Version]][crates.io] [![Documentation]][docs.rs] ![License]
17 [rfc]: https://github.com/rust-lang/rfcs/blob/master/text/1291-promote-libc.md
21 在你的"BUILD.gn"中使用deps字段添加对libc crate的依赖,例如:
23 ```BUILD.gn
47 * `const-extern-fn`: 将一些`extern fn`s改为`const extern fn`s。
58 |----------------------|---------|
66 | `const-extern-fn` | 1.62.0 |
70 [特定平台文档(master分支)][docs.master]。
72 见[`ci/build.sh`](https://github.com/rust-lang/libc/blob/master/ci/build.sh)
82 * [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)
83 ([LICENSE-APACHE](https://github.com/rust-lang/libc/blob/master/LICENSE-APACHE))
86 ([LICENSE-MIT](https://github.com/rust-lang/libc/blob/master/LICENSE-MIT))
88 [GitHub Actions]: https://github.com/rust-lang/libc/actions
89 [GHA Status]: https://github.com/rust-lang/libc/workflows/CI/badge.svg
90 [Cirrus CI]: https://cirrus-ci.com/github/rust-lang/libc
91 [Cirrus CI Status]: https://api.cirrus-ci.com/github/rust-lang/libc.svg
94 [Documentation]: https://docs.rs/libc/badge.svg
95 [docs.rs]: https://docs.rs/libc
97 [docs.master]: https://rust-lang.github.io/libc/#platform-specific-documentation