mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2026-05-26 20:49:55 +00:00
6 lines
112 B
Rust
6 lines
112 B
Rust
|
|
use smallstr::SmallString;
|
||
|
|
|
||
|
|
pub type StateKey = SmallString<[u8; INLINE_SIZE]>;
|
||
|
|
|
||
|
|
const INLINE_SIZE: usize = 48;
|