Packages Built On Rust Core

Official

LibraryDescription
anyhowIdiomatic error handling capabilities to make your code safer, more maintainable, and errors easier to debug.
path_typeA zero cost path type.
tapperExtension methods on all types that allow transparent, temporary, inspection/mutation (tapping), transformation (piping), or type conversion.

Community

LibraryDescription
rewindA logging utility that allows you completely customize what is captured and how your logs look at each logging level.
thiserrorA library for concisely defining error types (error enums / sealed classes) and their String representation.