Add example on using structs

This commit is contained in:
laurens 2020-05-22 13:40:09 +02:00
parent 6be18e3e3e
commit 1dfa283017
2 changed files with 30 additions and 0 deletions

View file

@ -0,0 +1,9 @@
[package]
name = "struct_example"
version = "0.1.0"
authors = ["laurens <miers132@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]