stevenarella/src/types
ice_iix 77cd4ecf35 Use field init shorthand, instead of x:x, just x,
https://rust-lang-nursery.github.io/edition-guide/rust-2018/data-types/field-init-shorthand.html

find src -name '*.rs' -exec perl -pe 's/\b(\w+): \1,/$1,/g' -i {} \;
2018-11-04 13:43:30 -08:00
..
bit Use field init shorthand, instead of x:x, just x, 2018-11-04 13:43:30 -08:00
hash.rs Initial block model support 2016-03-24 15:39:57 +00:00
metadata.rs Use field init shorthand, instead of x:x, just x, 2018-11-04 13:43:30 -08:00
mod.rs Replace usages of x,y,z for block positions with Position 2016-04-03 20:53:40 +01:00
nibble.rs Implement chunk loading 2016-03-21 14:05:13 +00:00