rustsbi 0.0.1

Minimal RISC-V's SBI implementation library in Rust
1
2
3
4
5
6
7
8
9
10
11
/// The rustsbi logo.
///
/// ```text
/// .______       __    __      _______.___________.  _______..______   __
/// |   _  \     |  |  |  |    /       |           | /       ||   _  \ |  |
/// |  |_)  |    |  |  |  |   |   (----`---|  |----`|   (----`|  |_)  ||  |
/// |      /     |  |  |  |    \   \       |  |      \   \    |   _  < |  |
/// |  |\  \----.|  `--'  |.----)   |      |  |  .----)   |   |  |_)  ||  |
/// | _| `._____| \______/ |_______/       |__|  |_______/    |______/ |__|
/// ```
pub const LOGO: &'static str = include_str!("logo.txt");