Files
wasmtime/crates
Jakub Konka 678065011e Implement fmt::Display for enums, flags, and ints (#18)
* Implement fmt::Display for enums

`wasi_common` relies on `strerror` to nicely format error messages.
`strerror` is autoimplemented in `wig`. I thought it might be useful
to provide a Rust-idiomatic alternative which boils down to autoimplementing
`fmt::Display` for all enums.

* Implement fmt::Display for flags

* Implement fmt::Display for ints
2020-02-24 21:11:08 +01:00
..
2020-02-21 13:58:28 -08:00
2020-01-17 14:54:05 +01:00