uwd/
lib.rs

1#![no_std]
2#![doc = include_str!("../README.md")]
3
4extern crate alloc;
5
6mod data;
7mod uwd;
8mod util;
9
10pub use uwd::*;