mirror of
https://gitee.com/openharmony/third_party_rust_num_cpus
synced 2024-11-23 05:29:41 +00:00
improve readme
This commit is contained in:
parent
a1b8308395
commit
41fdbfcedb
16
CONTRIBUTING.md
Normal file
16
CONTRIBUTING.md
Normal file
@ -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.
|
@ -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"
|
||||
|
18
README.md
18
README.md
@ -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.
|
||||
|
||||
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user