mirror of
https://github.com/chmln/sd
synced 2024-11-22 19:23:08 +00:00
4 lines
98 B
Rust
4 lines
98 B
Rust
pub(crate) fn unescape(s: &str) -> Option<String> {
|
|
use unescape::unescape;
|
|
unescape(s)
|
|
}
|