conformal_core 0.2.1

Code shared between wrappers in conformal framework.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.conformal_component]
version = "0.2.1"

[dependencies.serde]
features = ["derive"]
version = "1.0.193"

[package]
description = "Code shared between wrappers in conformal framework."
edition = "2021"
homepage = "https://russellmcc.github.io/conformal"
license = "ISC"
name = "conformal_core"
readme = "README.md"
repository = "https://github.com/russellmcc/conformal"
rust-version = "1.79.0"
version = "0.2.1"