stringerror 0.1.2

string based error handling package
Documentation
  • Coverage
  • 0%
    0 out of 3 items documented0 out of 2 items with examples
  • Size
  • Source code size: 2.55 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 354.85 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • AstralCupid/stringerror
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • AstralCupid

This is my first attempt at a rust library. I am using it as a learning experience, please pardon any mistakes or non-idiomatic code.

The goal is to create a simple yet composable error type that consists of mostly strings, intended to be used in production environments to facilitate debugging.