5a081620b0
Add "chr" as doc alias to char::from_u32 Many programming languages provide a function called `chr` - Perl, Python, PHP, Visual Basic, SQL. This change makes `char::from_u32` easier to discover in the documentation. `ord` is not added as its name conflicts with `Ord` trait, and it's not exactly clear what it could point to (`<u32 as From<char>>::from`?). I don't think it's exactly necessary, as `char::from_u32` documentation page says you can do reverse conversion with `as` operator anyway. |
||
---|---|---|
.. | ||
benches | ||
src | ||
tests | ||
Cargo.toml |