5 releases

new 0.0.5 Jul 4, 2025
0.0.4 Jun 14, 2025
0.0.3 Jun 4, 2025
0.0.2 Apr 4, 2025
0.0.1 Apr 3, 2025

#147 in Rust patterns

Download history 534/week @ 2025-03-31 46700/week @ 2025-04-07 45999/week @ 2025-04-14 45759/week @ 2025-04-21 46442/week @ 2025-04-28 47149/week @ 2025-05-05 47873/week @ 2025-05-12 58063/week @ 2025-05-19 52232/week @ 2025-05-26 62378/week @ 2025-06-02 72838/week @ 2025-06-09 83325/week @ 2025-06-16 119699/week @ 2025-06-23 135334/week @ 2025-06-30

417,261 downloads per month
Used in 28 crates (3 directly)

Apache-2.0 OR MIT

35KB
818 lines

Utilities for validating (raw) string, char, and byte literals and turning escape sequences into the values they represent.


rustc-literal-escaper

Provides code to unescape string literals. It is used by rustc_lexer and proc_macro.

Dependencies