-
Notifications
You must be signed in to change notification settings - Fork 185
Open
Description
Currently, openraft uses anyerror crate, which allows passing "any" errors.
However, AnyError is understandably somewhat limited, since it was written for general public. In our project, we use a different version of AnyError which allows better diagnostics and also stores some errors in-place. Plus, it won't panic on OOM.
Therefore, it would be helpful to generalize AnyError via the configuration to be able to use a different implementation. Since the API is quite small, it should be fairly trivial.
Metadata
Metadata
Assignees
Labels
No labels