Kevin Guthrie
Kevin Guthrie
This is just some logic combined with the existing wait, so I lifted the actual wait_while matches exactly what the std::rust implementation does
This is a method of representing a value only though its `Display` or `Debug` implementation. There is some discussion in #43 about making 2 different variants for `Display` and `Debug`,...
Build on the newly-introduced derive-attribute framework to allow fields in structs to be written to the final value as a formatted string instead of their actual value. This allows for...