ekg-error 0.0.21

Error types for the EKG project
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# ekg-error

[![Crates.io](https://img.shields.io/crates/v/ekg-error.svg)](https://crates.io/crates/ekg-error)
[![Documentation](https://docs.rs/ekg-error/badge.svg)](https://docs.rs/ekg-error)
[![CI](https://github.com/legra-ai/ekg-rs/actions/workflows/ci.yml/badge.svg)](https://github.com/legra-ai/ekg-rs/actions/workflows/ci.yml)
[![License: MIT OR Apache-2.0](https://img.shields.io/badge/license-MIT%20OR%20Apache--2.0-blue.svg)](https://github.com/legra-ai/ekg-rs/blob/main/LICENSE-MIT)
[![Downloads](https://img.shields.io/crates/d/ekg-error.svg)](https://crates.io/crates/ekg-error)

An error type that can be used for all ekg-rs crates (and your own if you like).

## License

Copyright © 2023–2026 DataRoad Inc, Delaware, USA, trading as Legra.

Licensed under either the [MIT license](LICENSE-MIT) or the
[Apache License, Version 2.0](LICENSE-APACHE), at your option.