forked from mirrors/kingfisher
5 lines
160 B
Rust
5 lines
160 B
Rust
//! Safe string escaping utilities.
|
|
//!
|
|
//! This module re-exports from [`kingfisher_core::bstring_escape`].
|
|
|
|
pub use kingfisher_core::bstring_escape::Escaped;
|