Working example and README

This commit is contained in:
Chris Fallin
2021-09-04 20:25:10 -07:00
parent d7efd9f219
commit 4a2cd78827
5 changed files with 52 additions and 10 deletions

View File

@@ -0,0 +1,8 @@
pub fn get_input<C>(ctx: &mut C, x: u32) -> Option<(test::A,)> {
None
}
fn main() {}
mod test;