lunatic-error-api 0.13.2

Lunatic host functions that make dealing with Anyhow errors simpler.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "lunatic-error-api"
version = "0.13.2"
edition = "2021"
description = "Lunatic host functions that make dealing with Anyhow errors simpler."
homepage = "https://lunatic.solutions"
repository = "https://github.com/lunatic-solutions/lunatic/tree/main/crates"
license = "Apache-2.0/MIT"

[dependencies]
hash-map-id = { workspace = true }
lunatic-common-api = { workspace = true }

anyhow = { workspace = true }
wasmtime = { workspace = true }