Closed tlater-famedly closed 4 months ago
File Path | Lines |
---|---|
src/lib.rs | 895, 932 |
Finished this up. Only getting one result isn't pretty, but it should do the job. Should we move over the
collect_exhaustive()
iterator extension from WFE?
For just one place used it doesn't make sense, but we can consider creating a create, some famedly prelude with misc stuff we need everywhere (parseable loglevel filter type, this iterator extension, BaseUrl
(url that parses with /
even if it's not present), I think we also have some Result
extension)
Finished this up. Only getting one result isn't pretty, but it should do the job. Should we move over the
collect_exhaustive()
iterator extension from WFE?