Skip to content

Commit 3c8d24b

Browse files
authored
Update Readmes (#1641)
1 parent 7e2898b commit 3c8d24b

File tree

2 files changed

+23
-16
lines changed

2 files changed

+23
-16
lines changed

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
# cc-rs
22

3-
A library for [Cargo build scripts](https://doc.rust-lang.org/cargo/reference/build-scripts.html)
4-
to compile a set of C/C++/assembly/CUDA files into a static archive for Cargo
5-
to link into the crate being built. This crate does not compile code itself;
6-
it calls out to the default compiler for the platform. This crate will
7-
automatically detect situations such as cross compilation and
8-
various environment variables and will build code appropriately.
3+
A library for
4+
[Cargo build scripts](https://doc.rust-lang.org/cargo/reference/build-scripts.html)
5+
to compile a set of C/C++/assembly/CUDA files into a static archive for Cargo to
6+
link into the crate being built. This crate does not compile code itself; it
7+
calls out to the default compiler for the platform. This crate will
8+
automatically detect situations such as cross compilation and various
9+
environment variables and will build code appropriately.
910

10-
Refer to the [documentation](https://docs.rs/cc) for detailed usage instructions.
11+
Refer to the [documentation](https://docs.rs/cc) for detailed usage
12+
instructions.
1113

1214
## License
1315

@@ -16,7 +18,7 @@ This project is licensed under either of
1618
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or
1719
https://www.apache.org/licenses/LICENSE-2.0)
1820
* MIT license ([LICENSE-MIT](LICENSE-MIT) or
19-
https://opensource.org/licenses/MIT)
21+
https://opensource.org/license/mit)
2022

2123
at your option.
2224

find-msvc-tools/README.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
# find-msvc-tools
22

3-
> This crate is maintained by the library team, primarily for use by the `cc` crate and not intended for external use (except as a transitive dependency). This crate may make major changes to its APIs or be deprecated without warning.
3+
> This crate is maintained by the library team, primarily for use by the `cc`
4+
> crate and not intended for external use (except as a transitive dependency).
5+
> This crate may make major changes to its APIs or be deprecated without
6+
> warning.
47
5-
An internal use library for finding windows-specific tools, reading MSVC versions from the
6-
registry and from COM interfaces.
8+
An internal use library for finding windows-specific tools, reading MSVC
9+
versions from the registry and from COM interfaces.
710

8-
Refer to the [documentation](https://docs.rs/find-msvc-tools) for detailed usage instructions.
11+
Refer to the [documentation](https://docs.rs/find-msvc-tools) for detailed usage
12+
instructions.
913

1014
## License
1115

@@ -14,12 +18,13 @@ This project is licensed under either of
1418
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or
1519
https://www.apache.org/licenses/LICENSE-2.0)
1620
* MIT license ([LICENSE-MIT](LICENSE-MIT) or
17-
https://opensource.org/licenses/MIT)
21+
https://opensource.org/license/mit)
1822

1923
at your option.
2024

2125
### Contribution
2226

23-
Unless you explicitly state otherwise, any contribution transitively intentionally submitted
24-
for inclusion in find-msvc-tools by you, as defined in the Apache-2.0 license, shall be
25-
dual licensed as above, without any additional terms or conditions.
27+
Unless you explicitly state otherwise, any contribution transitively
28+
intentionally submitted for inclusion in find-msvc-tools by you, as defined in
29+
the Apache-2.0 license, shall be dual licensed as above, without any additional
30+
terms or conditions.

0 commit comments

Comments
 (0)