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-21 09:10:06 -04:00
2025-05-24 21:23:47 +02:00
2025-05-21 09:10:06 -04:00
2025-04-21 10:48:46 -04:00
2025-05-10 16:26:01 +02:00
2025-05-21 09:10:06 -04:00
2025-05-22 16:02:30 +02:00
2025-05-31 22:49:14 +02:00
2025-06-03 15:41:47 -07:00
2025-05-12 15:33:37 +02:00
2025-06-01 19:35:42 +02:00
2025-05-25 11:34:43 +00:00
2025-05-28 10:28:08 -04:00
2025-05-26 15:06:36 -04:00
2025-06-02 01:55:29 +02:00
2025-05-14 09:34:25 +02:00
2025-06-03 11:33:37 +02:00
2025-05-27 22:11:53 +00:00
2025-05-12 15:33:37 +02:00
2025-05-12 15:33:37 +02:00
2025-05-31 22:49:14 +02:00
2025-06-01 19:35:42 +02:00
2025-06-03 15:41:47 -07:00
2025-05-30 07:01:30 +02:00
2025-04-16 18:53:40 -07:00
2025-05-12 15:33:30 +02:00
2025-04-13 01:34:25 +01:00
2025-05-12 15:33:30 +02:00
2025-05-31 12:01:57 +08:00
2025-04-12 22:10:17 -07:00
2025-04-10 16:32:56 -07:00
2025-05-27 22:11:53 +00:00
2025-03-26 14:32:35 -04:00
2025-05-28 10:28:08 -04:00
2025-06-01 08:15:00 -06:00
2025-05-27 19:47:14 +02:00
2025-05-12 15:33:37 +02:00
2025-04-09 12:29:59 +01:00
2025-05-20 20:57:28 +02:00
2025-05-31 22:49:14 +02:00
2025-06-01 00:35:50 +02:00
2025-05-09 22:52:39 -04:00
2025-04-12 22:10:17 -07:00
2025-05-21 09:10:06 -04:00