]> git.proxmox.com Git - rustc.git/blobdiff - src/vendor/num_cpus/README.md
New upstream version 1.23.0+dfsg1
[rustc.git] / src / vendor / num_cpus / README.md
index a111b992acb0e488e914e129ce6c88c7b472a375..a0bbe97c1e228f2b287ff3502db5ffa7dd0f8384 100644 (file)
@@ -4,7 +4,8 @@
 [![Travis CI Status](https://travis-ci.org/seanmonstar/num_cpus.svg?branch=master)](https://travis-ci.org/seanmonstar/num_cpus)
 [![AppVeyor status](https://ci.appveyor.com/api/projects/status/qn8t6grhko5jwno6?svg=true)](https://ci.appveyor.com/project/seanmonstar/num-cpus)
 
-[Documentation](https://docs.rs/num_cpus)
+- [Documentation](https://docs.rs/num_cpus)
+- [CHANGELOG](CHANGELOG.md)
 
 Count the number of CPUs on the current machine.
 
@@ -22,21 +23,6 @@ In your `main.rs` or `lib.rs`:
 ```rust
 extern crate num_cpus;
 
-// elsewhere
+// count logical cores this process could try to use
 let num = num_cpus::get();
 ```
-
-## License
-
-Licensed under either of
-
- * Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
- * MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
-
-at your option.
-
-### Contribution
-
-Unless you explicitly state otherwise, any contribution intentionally submitted
-for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any
-additional terms or conditions.