Files
rust/library/core/src
Josh Triplett 252ad18415 Improve the documentation of Display and FromStr, and their interactions
In particular:
- `Display` is not necessarily lossless
- The output of `Display` might not be parseable by `FromStr`, and might
  not produce the same value if it is.
- Calling `.parse()` on the output of `Display` is usually a mistake
  unless a type's documented output and input formats match.
- The input formats accepted by `FromStr` depend on the type.
2025-06-03 15:41:47 -07:00
..
2025-05-12 15:33:37 +02:00
2025-06-02 01:55:29 +02:00
2025-05-12 15:33:37 +02:00
2025-05-12 15:33:37 +02:00
2025-04-16 18:53:40 -07:00
2025-05-12 15:33:30 +02:00
2025-05-12 15:33:30 +02:00
2025-04-12 22:10:17 -07:00
2025-03-26 14:32:35 -04:00
2025-06-01 08:15:00 -06:00
2025-05-12 15:33:37 +02:00
2025-04-09 12:29:59 +01:00