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

What is the diesel feature for in the crate? #99

Closed Asudox closed 6 months ago

Asudox commented 6 months ago

The documentation does not mention the features, so I am left wondering what it is for exactly.

Nutomic commented 6 months ago

So you can store ObjectId and CollectionId values in diesel. Example

Asudox commented 6 months ago

So you can store ObjectId and CollectionId values in diesel. Example

Oh, thanks.