Skip to content

Commit

Permalink
docs: Declare build-rs as intentional
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Nov 7, 2024
1 parent d7e0567 commit f8e04c8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/build-rs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
> This crate is maintained by the Cargo team for use by the wider
> ecosystem. This crate follows semver compatibility for its APIs.
3 changes: 3 additions & 0 deletions crates/build-rs/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
//! build-rs provides a strongly typed interface around the Cargo build script
//! protocol. Cargo provides inputs to the build script by environment variable
//! and accepts commands by printing to stdout.
//!
//! > This crate is maintained by the Cargo team for use by the wider
//! > ecosystem. This crate follows semver compatibility for its APIs.
#![cfg_attr(all(doc, feature = "unstable"), feature(doc_auto_cfg, doc_cfg))]
#![allow(clippy::disallowed_methods)] // HACK: deferred resoling this
#![allow(clippy::print_stdout)] // HACK: deferred resoling this
Expand Down
1 change: 1 addition & 0 deletions src/doc/contrib/src/team.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ The degree of process is correlated with the degree of change being proposed:

Per the [Rust crate ownership policy](https://forge.rust-lang.org/policies/crate-ownership.html), the Cargo team's "Intentional Artifacts" include:

- [build-rs](https://crates.io/crates/build-rs)
- [cargo-credential](https://crates.io/crates/cargo-credential)
- [cargo-platform](https://crates.io/crates/cargo-platform)
- [cargo-util-schemas](https://crates.io/crates/cargo-util-schemas)
Expand Down

0 comments on commit f8e04c8

Please sign in to comment.