Thanks to visit codestin.com
Credit goes to lib.rs

18 releases (breaking)

Uses new Rust 2024

0.15.0 May 21, 2026
0.14.1 Apr 28, 2026
0.10.1 Mar 31, 2026
0.9.0 Dec 31, 2025
0.4.0 Jul 2, 2025

#1718 in HTTP server

29 downloads per month
Used in 3 crates

AGPL-3.0-or-later OR EUPL-1.2

270KB
7K SLoC

A crate providing all traits required for implementing a complete OParl 1.1 service.

The idea is to implement this trait for handing out the information to a web service behind which the OParlService is operated.

The web service needs to implement the endpoints according to the OParl 1.1 specification, and forward them to the instantiated OParlService. The OParlService implementation could e.g. be held by app data attached to the web app, a pattern seen frequently in Rust web server implementations such as actix-web.

Dependencies

~9–24MB
~291K SLoC