-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0f32409
commit c1dfdec
Showing
12 changed files
with
73 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,6 +16,7 @@ Retrieve the current user and environment through simple functions. | |
Check out the [documentation][0] for examples. | ||
|
||
### Features | ||
|
||
- Get the user's full name | ||
- Get the user's username | ||
- Get the user's preferred language(s) | ||
|
@@ -27,7 +28,9 @@ Check out the [documentation][0] for examples. | |
- Get the devices's CPU architecture and its width | ||
|
||
### Supported Platforms | ||
|
||
WhoAmI targets all platforms that can run Rust, including: | ||
|
||
- Linux | ||
- Windows | ||
- Mac OS | ||
|
@@ -45,6 +48,7 @@ WhoAmI targets all platforms that can run Rust, including: | |
- Others? (make a PR or open an issue) | ||
|
||
## MSRV | ||
|
||
WhoAmI 1.x.y targets Rust 1.40.0 stable and later, and the 1.x.y track will | ||
be maintained at least until the release of the Rust 2024 edition. | ||
|
||
|
@@ -55,15 +59,18 @@ releases to be supported and receive bugfixes at least until sometime in 2027, | |
bumping MSRV only as needed. | ||
|
||
## Binary | ||
|
||
[whome](https://crates.io/crates/whome): `whoami` command RiR (Re-written in | ||
Rust) that depends on this crate. | ||
|
||
## Testing | ||
|
||
The testing procedure is documented at | ||
<https://github.com/ardaku/whoami/blob/v1/TESTING.md>. The full manual test | ||
suite is run for each change that affects multiple platforms. | ||
|
||
## License | ||
|
||
Copyright © 2017-2024 The WhoAmI Contributors. | ||
|
||
Licensed under any of | ||
|
@@ -76,11 +83,13 @@ Licensed under any of | |
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 | ||
licensed as described above, without any additional terms or conditions. | ||
|
||
## Help | ||
|
||
If you want help using or contributing to this library, feel free to send me an | ||
email at [[email protected]][13]. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters