summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorzirkonya <zirkonya@iridium.lan>2026-07-25 19:45:02 +0200
committerzirkonya <zirkonya@iridium.lan>2026-07-25 19:45:02 +0200
commit08c8e9d37f3e0f9a82c3792c1927967631de73cd (patch)
tree6d97d62b7253280472e5f5818f7d45df4f5038ba /examples
parent467a22d3c955bec752f9d98cf0829e05a150721a (diff)
Add README LICENSE and setup encode & decode trait
Diffstat (limited to 'examples')
-rw-r--r--examples/packet.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/packet.rs b/examples/packet.rs
new file mode 100644
index 0000000..af9a3a2
--- /dev/null
+++ b/examples/packet.rs
@@ -0,0 +1,4 @@
+
+pub fn main() {
+ println!("Hello World");
+}