arcis-interface 0.5.2

Defines the data interface and core types for Arcis circuits.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "arcis-interface"
description = "Defines the data interface and core types for Arcis circuits."
version = "0.5.2"
edition = "2021"
license = "GPL-3.0-or-later"
homepage = "https://www.arcium.com"

[dependencies]
serde = { workspace = true }
serde_json = { workspace = true }

[lints.clippy]
uninlined_format_args = "allow"