liranringel / structure

Use format strings to create strongly-typed data pack/unpack interfaces
Apache License 2.0
62 stars 4 forks source link

include a modern `use` example #8

Closed grenade closed 3 years ago

grenade commented 3 years ago

note that using use structure::structure should be sufficient (see: macro-changes), but requires an update to the proc-macro-hack dependency (see: https://github.com/dtolnay/indoc/issues/24).

liranringel commented 3 years ago

Thanks!