[go: up one dir, main page]

re_error 0.5.1

Helpers for handling errors.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dev-dependencies.anyhow]
version = "1.0"

[package]
authors = ["rerun.io <opensource@rerun.io>"]
description = "Helpers for handling errors."
edition = "2021"
homepage = "https://rerun.io"
include = ["../../LICENSE-APACHE", "../../LICENSE-MIT", "**/*.rs", "Cargo.toml"]
license = "MIT OR Apache-2.0"
name = "re_error"
publish = true
readme = "README.md"
repository = "https://github.com/rerun-io/rerun"
rust-version = "1.67"
version = "0.5.1"
[package.metadata.docs.rs]
all-features = true