fullerror

Crates.iofullerror
lib.rsfullerror
version1.0.0
sourcesrc
created_at2024-02-03 15:24:43.908418
updated_at2024-02-03 15:24:43.908418
descriptionError type that shows the full source tree
homepage
repositoryhttps://github.com/JamieH01/fullerror
max_upload_size
id1125489
size3,803
Jamie (JamieH01)

documentation

README

A simple error construct with a better Display implementation that prints nested errors via the source method.

fn main() -> Result<(), fullerror::FullError> {} //all you need
Commit count: 0

cargo fmt