Skip to content

Conversation

@zeonzip
Copy link

@zeonzip zeonzip commented Sep 25, 2025

Small DX/QoL cleanup; make GURT protocol lib's errors (GurtError) more directly typed as more idiomatic in rust style and remove redundant methods for GurtError.

@vercel
Copy link

vercel bot commented Sep 25, 2025

@zeonzip is attempting to deploy a commit to the facehh's projects Team on Vercel.

A member of the Team first needs to authorize it.

@zeonzip
Copy link
Author

zeonzip commented Sep 26, 2025

This pr would also fit in with the eventual pr for issue #108 by replacing e.g GurtError::crypto(CryptoError::SomeError) with GurtError::Crypto(CryptoError::someError).

@face-hh
Copy link
Member

face-hh commented Sep 28, 2025

i believe this PR should also fix the breaking changes in gurtlib-reliant subprojects

@zeonzip
Copy link
Author

zeonzip commented Sep 29, 2025

believe this PR should also fix the breaking changes in gurtlib-reliant subprojects

I'll do that then, but to also ensure other 3rd party libraries gets a heads up, we could also keep the construction methods but mark them as deprecated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants