rancor 0.1.0

Scalable and efficient error handling without type composition
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# `rancor`


[![crates.io badge]][crates.io] [![docs badge]][docs] [![license badge]][license]

[crates.io badge]: https://img.shields.io/crates/v/rancor.svg
[crates.io]: https://crates.io/crates/rancor
[docs badge]: https://img.shields.io/docsrs/rancor
[docs]: https://docs.rs/rancor
[license badge]: https://img.shields.io/badge/license-MIT-blue.svg
[license]: https://github.com/rkyv/rancor/blob/master/LICENSE

Rancor provides scalable and efficient error handling without using type
composition.

## Documentation


- [rancor]https://docs.rs/rancor, a scalable and efficient error handling
  library