stevenarella/protocol/src
iceiix 503a98d7a8
Use instant over std::time, for wasm compat (#449)
Replace std::time with the `instant` crate, which bridges to std::time on
native but on wasm calls performance.now() instead of panicking.

A step towards 🕸️ Web support #446

* logo: replace SystemTime/UNIX_EPOCH with Instant
2020-12-27 15:06:03 -08:00
..
nbt Use `matches!` for bool match (clippy match_like_matches_macro) 2020-10-10 16:22:46 -07:00
protocol Use instant over std::time, for wasm compat (#449) 2020-12-27 15:06:03 -08:00
types 1.16.4 (754) / 1.16.3 (753) / 1.16.2 (751) protocol (#390) 2020-11-24 19:01:57 -08:00
format.rs protocol: log bad format color codes, fixes #353 2020-07-03 16:33:23 -07:00
item.rs protocol: pub fields in struct Stack (#344) 2020-06-27 14:16:25 -07:00
lib.rs Reformat all source with cargo fmt (#335) 2020-06-21 12:17:24 -07:00
macros.rs Reformat all source with cargo fmt (#335) 2020-06-21 12:17:24 -07:00