Docs.rs
wcomm-0.1.3
wcomm 0.1.3
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
No-tengo-nombre
Dependencies
anyhow ^1.0.58
normal
cpal ^0.13.5
normal
fundsp ^0.6.4
normal
wav ^1.0.0
normal
Versions
90.48%
of the crate is documented
Platform
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
wcomm
0.1.3
All Items
Crate Items
Modules
Structs
Traits
Functions
Crate
wcomm
Copy item path
Source
Modules
§
utils
Different utilities for the creation and manipulation of messages.
Structs
§
Huffman
Coding
Huffman codes to compress a message.
MFSK
M-ary Frequency Shift Keying modulation.
MQAM
M-ary Quadrature Amplitude Modulation.
Message
Container of binary data, which also includes a header. This header is a special collection of data which isn’t used in things like encoding, as it is meant to be a lightweight message with information about the contained data.
Sound
Channel to play messages through sound.
Traits
§
Channel
Channel caracterizing a given medium through which signals spread.
Digital
Modulator
Any type of digital modulator.
Source
Coding
Type of source coding.
Functions
§
string_
to_
binary
Transform a string into a binary string.