wishbone-tool 0.7.1

A library and command line program to control a Wishbone bus of an embedded device
Documentation
#[macro_use]
extern crate bitflags;
// extern crate csv;
// extern crate terminal;
// extern crate libusb;
// extern crate rand;

// extern crate flexi_logger;
// extern crate log;

pub mod bridge;
pub mod config;
pub mod gdb;
pub mod riscv;
pub mod server;
pub mod wishbone;

pub use config::Config;
pub use bridge::{Bridge, BridgeError, BridgeKind};