resultats 0.1.1

A result facility to handle multiple errors.
Documentation
  • Coverage
  • 24.62%
    16 out of 65 items documented1 out of 24 items with examples
  • Size
  • Source code size: 36.42 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 4.48 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 59s Average build duration of successful builds.
  • all releases: 41s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • ide-outils/resultats
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • ide-outils

Résultats

Goals

The gooal of this lib is to propose a Result that includes multiple errors, and then to print it by showing which part of the code is involved. So the main usage, is when you want to use Rust like a script language.

State

For now the state of the printing is very low, and it is not shining at all. Any PR to improve the style of the output is welcome.