LemmyNet / activitypub-federation-rust

High-level Rust library for the Activitypub protocol
GNU Affero General Public License v3.0
431 stars 47 forks source link

Change return type of UrlVerifier::verify #61

Closed Nutomic closed 1 year ago

Nutomic commented 1 year ago

Using &'static str for errors is not a good idea. Requires breaking change.