rust/library/core
Matthias Krüger 767ae2b33d
Rollup merge of #128001 - Krappa322:master, r=scottmcm
Improve documentation for <integer>::from_str_radix

Two improvements to the documentation:
- Document `-` as a valid character for signed integer destinations
- Make the documentation even more clear that extra whitespace and non-digit characters is invalid. Many other languages, e.g. c++, are very permissive in string to integer routines and simply try to consume as much as they can, ignoring the rest. This is trying to make the transition for developers who are used to the conversion semantics in these languages a bit easier.
2024-09-19 20:37:06 +02:00
..
benches Improve isqrt tests and add benchmarks 2024-08-28 23:06:54 -04:00
src Rollup merge of #128001 - Krappa322:master, r=scottmcm 2024-09-19 20:37:06 +02:00
tests Rollup merge of #128001 - Krappa322:master, r=scottmcm 2024-09-19 20:37:06 +02:00
Cargo.toml Port std library to RTEMS 2024-09-03 09:19:29 +02:00