forked from lavina/lavina
1
0
Fork 0
lavina/crates/proto-irc/src/prelude.rs

4 lines
46 B
Rust

use std::sync::Arc;
pub type Str = Arc<str>;