I was trying to use `NaiveDate` as a scalar for a bookings application and was surprise to find out that I need to pass a string like `2018-01-01T16:39:57-08:00` for it to work. If I understand...
Function parameter attributes are getting stabilized with `1.39`. (see https://github.com/rust-lang/rust/issues/60406#issuecomment-526327343). This means we can refactor the argument customizati...
Created - 2 comments - enhancement good-first-issue help wanted
Right now, there are a lot of clippy warnings in the codebase. Most of them are sensible suggestions and should be fixed. Also, we should remove `try!` and replace it with `?` everywhere. ...
Created - 2 comments - easy help wanted
Use -Z minimal version when building on CI to make sure that everything works with the minimum version specified in cargo.toml. Will need to wait until the flag hits stable.
Displaying all 5 issues