thiserror/impl
Yuri Astrakhan d7e738e1d8 Optimize simple literals for Display::fmt
Compiler is unable to generate as efficient code for `write!(f, "text")` as it does for `f.write_str("text")`.  This PR checks if the `#[error("text")]` uses a simple string literal without the `{` and `}` characters, and without arguments, and uses `write_str` if so.
2024-02-08 23:16:52 -05:00
..
src Optimize simple literals for Display::fmt 2024-02-08 23:16:52 -05:00
Cargo.toml Release 1.0.56 2024-01-01 22:09:00 -08:00
LICENSE-APACHE Link license files into impl subcrate 2020-02-14 11:11:30 -08:00
LICENSE-MIT Link license files into impl subcrate 2020-02-14 11:11:30 -08:00