forked from lavina/lavina
4 lines
46 B
Rust
4 lines
46 B
Rust
|
use std::sync::Arc;
|
||
|
|
||
|
pub type Str = Arc<str>;
|