nord-format 0.6.0

Read and write Nord keyboard files from Rust, byte for byte
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//! The `no3` organ (`.no3p`, `.no3t`) — container-verified, bodies unmapped.

use super::raw::raw_format;

raw_format!(
    /// Programs (`.no3p`).
    program,
    "no3p",
    204
);
raw_format!(
    /// Settings (`.no3t`).
    settings,
    "no3t",
    452
);