menubar 0.0.2

Cross-platform native menu library.
Documentation
1
2
3
4
5
6
7
8
9
10
pub static STRINGS: [&str; 5] = [
    "",
    "🤖",
    "test",
    "abcαβγ",
    "ศไทย中华Việt Nam β-release 🐱123",
    // Doesn't yet work properly
    // "test\0",
    // "test\0test",
];