arcis-interface

Crates.ioarcis-interface
lib.rsarcis-interface
version0.3.0
created_at2025-04-30 19:15:51.287263+00
updated_at2025-09-02 11:54:19.00595+00
descriptionDefines the data interface and core types for Arcis circuits.
homepagehttps://www.arcium.com
repository
max_upload_size
id1655360
size25,552
Daniel (danielementary)

documentation

README

arcis-interface

Crates.io

Defines the data interface and core types for Arcis circuits. This crate provides the foundational type definitions and serialization interfaces used to describe circuit inputs, outputs, and parameters across the Arcium network.

Usage

use arcis_interface::{CircuitInterface, Value, write_interface};

// Write circuit interface to files
write_interface("path/to/output", &circuit_interface)?;

Main Exports

Types

  • CircuitInterface - Defines the structure and data types of a circuit
  • Value - Represents values that can be passed to/from circuits
  • ManticoreInterface - Specialized interface for Manticore protocol integration

Functions

  • write_interface() - Writes circuit interface definitions to .idarc and .ts files for cross-language compatibility
Commit count: 0

cargo fmt