fehler 1.0.0

A library for error-handling syntax in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "fehler"
version = "1.0.0"
edition = "2018"
authors = ["Without Boats <boats@mozilla.com>"]
license = "MIT OR Apache-2.0"

description = "A library for error-handling syntax in Rust"
repository = "https://github.com/withoutboats/fehler"
documentation = "https://docs.rs/fehler"
keywords = ["error-handling", "exceptions"]

[dependencies.fehler-macros]
path = "./fehler-macros"
version = "1.0.0"

[workspace]