Raphael Cohn
Raphael Cohn
Likewise do this for other enums, eg Direction, Recipient, RequestType, etc.
If this is done the `match` clauses in, say `request_type` can be replaced with more efficient `as`.
Expensive? I don't think you mean that. Admittedly, ArrayVec doesn't yet have a 1.0 release. If you're reluctant to add this, then could you let me pass in a [MaybeUninit;...
Ok, I can understand not adding a dependency on strum.
@Mingun In theory, you're right. In practice, though, it's more subtle and I agree with @RReverser. What you're advocating can make for inefficient code and is impossible where a type...
Hmmm... The touch logic exists in order to ensure that files are packaged with a consistent timestamp when included in a tarball or package. One of the things I've always...
Try this [release](https://github.com/raphaelcohn/swaddle/releases/tag/release_2015.0429.1952-1); I think I fixed this.
At the moment the apt repository is always created. It's swaddle's raison d'etre. It repositories are also intended to be versioned using git, because we needed a solution that produced...
I've taken a look and if you want to disable repository creation then it is possible by changing the code in `swaddle_build()`. Essentially, we'd need a global configuration setting that...