hal/
lib.rs

1
2//! # Hifive1-RevB board Library
3//!
4//! The Hifive1-RevB board Library provides the essential
5//! interface for using peripherals in board.
6
7#![no_std]
8
9pub mod dio;
10pub mod serial;