Skip to main content

Module error

Module error 

Source
Expand description

The library’s typed error. Callers can match on named variants; the binary (main.rs) wraps this in anyhow, following the convention that libraries use thiserror and only binaries reach for anyhow.

Enums§

Error
Anything that can go wrong while gathering git statistics.

Type Aliases§

Result
Result alias for the library’s [Error].