personal-rns 0.3.4

Personal Reticulum: the pure engine, the high-level runtime, and every interface family behind one crate and one prelude
1
2
3
4
5
pub use prns_interfaces_tokio::serial::{
    open_host_serial, open_host_serial_with_settings, scan_usb_serial_ports, HostSerial,
    HostSerialDataBits, HostSerialLineSettings, HostSerialParity, HostSerialStopBits,
    SerialInterface,
};