LemmyNet / activitypub-federation-rust

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

Add diesel feature, add ObjectId::dereference_forced #88

Closed Nutomic closed 9 months ago

Nutomic commented 9 months ago

This can simplify Lemmy code and avoid converting back and forth to DbUrl type all the time. Have to implement the traits manually because derives dont work with PhantomData.