meme-id 0.0.0

Map IDs to phrases and vice versa
Documentation
1
2
3
4
5
6
7
8
9
10
11


pub const WORD_ARRAY: [&'static str; 4] = [
    "us",
    "me",
    "you",
    "it",
];


pub const WORD_MAPPER: crate::mapper::WordMapper<'static> = crate::mapper::WordMapper::new(&WORD_ARRAY);