srt-protocol 0.2.0

SRT implementation in Rust
Documentation
1
2
3
4
5
use crate::modular_num;

modular_num! {
    pub MsgNumber(u32, 26)
}