rfe 0.1.0

Communicate with RF Explorer spectrum analyzers and signal generators over USB serial
Documentation
mod command;
mod config;
mod dsp_mode;
mod input_stage;
mod message;
mod model;
mod parsers;
mod rf_explorer;
mod setup_info;
mod sweep;
mod tracking_status;
mod wifi_band;

pub(crate) use command::Command;
pub use config::{CalcMode, Config, Mode};
pub use dsp_mode::DspMode;
pub use input_stage::InputStage;
pub(crate) use message::Message;
pub use model::Model;
pub use rf_explorer::SpectrumAnalyzer;
pub(crate) use sweep::Sweep;
pub use tracking_status::TrackingStatus;
pub use wifi_band::WifiBand;