Registry / serialization / soroban-spec-json

soroban-spec-json

JSON →
library25.1.0rscratesunverified

Soroban contract spec utilities for generating JSON.

# Cargo.toml [dependencies] soroban-spec-json = "25.1.0"
INSTALL
IMPORT
SIG · SOROBAN-SPEC-JSON
S
soroban-spec-json
serializationrustv25.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

generate_json
use soroban_spec_json::generate_json;

Generates JSON from Soroban contract specifications.

use soroban_spec_json::generate_json; fn main() { let json = generate_json(&[]); println!("Generated JSON: {}", json); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
25.1.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
soroban-spec-json — cargo add soroban-spec-json · libregistry