mirror of
https://github.com/openharmony/third_party_rust_num_cpus.git
synced 2026-06-30 20:47:54 -04:00
improve readme
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
# Contributing
|
||||
|
||||
## 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.
|
||||
+1
-1
@@ -3,7 +3,7 @@
|
||||
name = "num_cpus"
|
||||
version = "1.6.2"
|
||||
description = "Get the number of CPUs on a machine."
|
||||
authors = ["Sean McArthur <sean.monstar@gmail.com>"]
|
||||
authors = ["Sean McArthur <sean@seanmonstar.com>"]
|
||||
license = "MIT/Apache-2.0"
|
||||
repository = "https://github.com/seanmonstar/num_cpus"
|
||||
documentation = "https://docs.rs/num_cpus"
|
||||
|
||||
@@ -4,7 +4,8 @@
|
||||
[](https://travis-ci.org/seanmonstar/num_cpus)
|
||||
[](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.
|
||||
|
||||
@@ -25,18 +26,3 @@ extern crate num_cpus;
|
||||
// elsewhere
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user