Lines Matching +full:rust +full:- +full:lang
1 # libc - Raw FFI bindings to platforms' system libraries
6 code (or "C-like" code) on each of the platforms that Rust supports. This
17 [rfc]: https://github.com/rust-lang/rfcs/blob/HEAD/text/1291-promote-libc.md
23 For v0.2, please submit PRs to the `libc-0.2` branch instead.
26 See the [tracking issue](https://github.com/rust-lang/libc/issues/3248) for details.
46 * `const-extern-fn`: Changes some `extern fn`s into `const extern fn`s.
47 If you use Rust >= 1.62, this feature is implicitly enabled.
52 ## Rust version support
54 The minimum supported Rust toolchain version is currently **Rust 1.13.0**.
56 supported Rust version; such policy is a work in progress.) APIs requiring
57 newer Rust features are only available on newer Rust toolchains:
60 |----------------------|---------|
68 | `const-extern-fn` | 1.62.0 |
72 You can see the platform(target)-specific docs on [docs.rs], select a platform you want to see.
75 [`ci/build.sh`](https://github.com/rust-lang/libc/blob/HEAD/ci/build.sh)
76 for the platforms on which `libc` is guaranteed to build for each Rust
77 toolchain. The test-matrix at [GitHub Actions] and [Cirrus CI] show the
86 * [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)
87 ([LICENSE-APACHE](https://github.com/rust-lang/libc/blob/HEAD/LICENSE-APACHE))
90 ([LICENSE-MIT](https://github.com/rust-lang/libc/blob/HEAD/LICENSE-MIT))
99 [contributing instructions]: https://github.com/rust-lang/libc/blob/HEAD/CONTRIBUTING.md
102 must adhere to Rust's [Code of Conduct].
104 [Code of Conduct]: https://www.rust-lang.org/policies/code-of-conduct
107 for inclusion in `libc` by you, as defined in the Apache-2.0 license, shall be
110 [GitHub Actions]: https://github.com/rust-lang/libc/actions
111 [GHA Status]: https://github.com/rust-lang/libc/workflows/CI/badge.svg
112 [Cirrus CI]: https://cirrus-ci.com/github/rust-lang/libc
113 [Cirrus CI Status]: https://api.cirrus-ci.com/github/rust-lang/libc.svg