dwfv 0.5.0

A simple digital waveform viewer with vi-like key bindings
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
// SPDX-License-Identifier: MIT
mod app;
mod cursorbar;
mod errorbar;
mod event;
pub mod instr;
mod searchbar;
mod statusbar;
mod symbols;
mod types;
mod waveform;

pub use self::types::Tui;