semantic-id 0.0.0

The identifier with semantic postfix
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod bit32;
mod bit64;
mod state16;

mod helpers;

pub use crate::{
    bit32::Semantic32,
    bit64::Semantic64,
    helpers::SemanticKey,
    state16::{GenerateState16, ID_STATE16},
};