Commit Graph

2 Commits

Author SHA1 Message Date
Abhinav Gupta 520752cf5f Update license headers everywhere
License headers should be a range, not just the current year.
2021-05-06 10:23:05 -07:00
Abhinav Gupta 11c3348c27 Initial import (#1)
This is the initial import of the `multierr` library. The library
intends to provide a single common implementation of the `multierr`
type.

The implementation is slightly more complex than you would expect
because it aims to be zero-alloc for the hot-path (no errors or no
nested multierrors).
2017-03-22 17:05:00 -07:00