dyn_problem 0.1.1

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

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.