#problem #uri #web #dynamic #solid #protocols #string

dyn_problem

This crate provides a Problem type to represent dynamic problems, with problem types identified by uri

2 releases

0.1.1 Sep 28, 2023
0.1.0 Sep 28, 2023

#9 in #solid

Download history 12/week @ 2024-06-28 17/week @ 2024-07-05 39/week @ 2024-07-12 43/week @ 2024-07-19 30/week @ 2024-07-26 25/week @ 2024-08-02 29/week @ 2024-08-09 20/week @ 2024-08-16 26/week @ 2024-08-23 44/week @ 2024-08-30 20/week @ 2024-09-06 23/week @ 2024-09-13 45/week @ 2024-09-20 24/week @ 2024-09-27 12/week @ 2024-10-04 14/week @ 2024-10-11

100 downloads per month
Used in 13 crates (11 directly)

MIT/Apache

15KB
283 lines

This crate provides a reified dynamic error type, for using in cases, where one may want to be flexible about kinds of error for an operation.

The Problem type allows to specify kind/type of an error as a uri dynamically. Along with that, the type allows to record a string message, and lets us to attach custom extensions too.

Dependencies

~2.9–4MB
~77K SLoC