I tried to add this crate to my project, but it seem the attribute panicked and it's quite hard to guess what's wrong with the error message 'attempt to subtract with overflow'.
error: custom attribute panicked
--> src/http/area_curve.rs:220:1
|
220 | / #[endpoint(
221 | | method = "GET",
222 | | path = "/api/v1/curve/area/{run_id}/{time_context}",
223 | | description = "Get all area curves filtered by time_context"
224 | | )]
| |__^
|
= help: message: attempt to subtract with overflow