Skip to content

[MIRROR] fast string unescaping in rust

License

Notifications You must be signed in to change notification settings

DM-Earth/fast-unescape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fast-unescape

'Unescapes' a escaped string with escape sequences into literal one.

fn main() {
    assert_eq!(unescape("\\n"), "\n");
}

About

[MIRROR] fast string unescaping in rust

Topics

Resources

License

Stars

Watchers

Forks

Languages