From eb280a903f8f20d0b0c0ef5acae955a20929d100 Mon Sep 17 00:00:00 2001 From: Greg Brown Date: Wed, 6 Jan 2021 16:36:46 +0000 Subject: Create Chewed, the consumer crate. --- examples/autochomp/main.rs | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 examples/autochomp/main.rs (limited to 'examples/autochomp') diff --git a/examples/autochomp/main.rs b/examples/autochomp/main.rs new file mode 100644 index 0000000..afa489f --- /dev/null +++ b/examples/autochomp/main.rs @@ -0,0 +1,3 @@ +pub fn main() { + todo!("Create AutoChomp") +} -- cgit v1.2.3