Jeryn Aldaron Lau
Jeryn Aldaron Lau
Potential options: - https://github.com/ardaku/whoami/issues/91#issuecomment-1974967758 - https://github.com/ardaku/whoami/tree/d6ee13ed9e818aa51b8d86d95e8009a376289a40?tab=readme-ov-file#msrv
If you'd like to help contribute to some of the bigger projects, and would like mentoring/guidance, let me know. If you wish to contribute without doing that, make sure your...
From discussion: https://github.com/ardaku/whoami/issues/91
There should be no MSRV concerns with this. Eventually libc 0.2 will stop receiving updates, when libc 1.0 with a new MSRV policy is out, but until then the MSRV...
Enumerate in `Language` and `Region` enums according to the standards.
I think it would be generally good to have at least one additional maintainer on this crate to not only increase the bus factor, but lessen the amount of work...
Create a README with links from , and downloaded copies. This will eventually be used for testing country/language parsing.
Once 2.0 branch is split off, use `std::ffi` everywhere instead of `std::os::raw` (with Rust 1.64).
Currently, on Unix-like platforms for English speakers in the US, something along the lines of `["en-US", "en"]` will be reported by `lang()`. On Windows, just `["en-US"]` will be reported. How...