ham-cats 0.3.1

Reference implementations for CATS, the ham radio protocol
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
#![cfg_attr(not(test), no_std)]

pub mod buffer;
pub mod error;
pub mod identity;
pub mod interleaver;
pub mod ldpc;
pub mod packet;
pub mod soft_bit;
pub mod whisker;
pub mod whitener;

mod utf8;