8 breaking releases
Uses new Rust 2024
| 0.9.0 | Dec 31, 2025 |
|---|---|
| 0.7.0 | Nov 8, 2025 |
| 0.4.0 | Jul 2, 2025 |
#1065 in HTTP server
Used in 3 crates
260KB
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–23MB
~289K SLoC