ggstd 0.1.0

Partial implementation of Go standard library
Documentation
1
2
3
4
5
6
7
8
/// SLASH_A contains numeric value for Go '\a' (Bell) control character.
pub const SLASH_A: u8 = 7;

/// SLASH_B contains numeric value for Go '\b' (Backspace) control character.
pub const SLASH_B: u8 = 8;

/// SLASH_F contains numeric value for Go '\f' (Form Feed) special character.
pub const SLASH_F: u8 = 12;