tea-error 0.3.1

A library for creating custom errors for tevec
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "tea-error"
description = "A library for creating custom errors for tevec"
version.workspace = true
authors.workspace = true
edition.workspace = true
repository.workspace = true
license.workspace = true

[features]
default = []

[dependencies]
anyhow = { workspace = true }
thiserror = { workspace = true }
polars = { version = "0.41", optional = true, default-features = false }