some_error_fork 0.5.1

A library for creating and using anonymous sum types as errors in Rust
Documentation
  • Coverage
  • 100%
    2 out of 2 items documented2 out of 2 items with examples
  • Size
  • Source code size: 9.92 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 296.61 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 5s Average build duration of successful builds.
  • all releases: 5s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • davidmcnamee

Copied from https://github.com/jam1garner/some-error/tree/master.

Source code slightly adapted to derive the Debug trait.

This package is a temp workaround until Anonymous Sum Types RFC is implemented (which is unlikely to happen any time soon).