famedly / zitadel-rust-client

GNU Affero General Public License v3.0
0 stars 1 forks source link

feat: Add user nickname search function #7

Closed tlater-famedly closed 4 months ago

emgrav commented 4 months ago

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?

github-actions[bot] commented 4 months ago

Meow! Coverage

Total: 0.00% Delta: 0.00%
🐈‍⬛ Untested Changes 🐈‍⬛
File PathLines
src/lib.rs895, 932
sirewix commented 4 months ago

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)