is_sorted
is_sorted copied to clipboard
Rust 2021, updated `rand` dep, canonicalized `use_std` to `std`, file names
- Updated Rust
editionto 2021 and made resp. req. changes (usestuff, compiler feature). - Renamed the
use_stdfeature tostd; this is what popular crates commonly use nowadays. - Updated
randdev-dependency to latest and made resp. req. changes. - Renamed
README.md andLICENSE*.md` file(s) to uppercase (default on GH). - Fixed
licensestring inCargo.toml. - Removed deprecated feature from
rustfmt.toml. - Ran
rustfmt.