Skip to content

Refactor clarity to enable lightweight serialization crate #6236

@Jiloc

Description

@Jiloc

The clarity crate currently includes the full Clarity VM, which brings in many heavy dependencies (rusqlite, etc.). This makes it difficult for downstream crates that only need to serialize or deserialize Clarity Value types, as they are forced to compile the entire VM.

This issue tracks the work to refactor the clarity crate to isolate its core serialization/deserialization functionality from the virtual machine.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

Status

Status: In Review

Relationships

None yet

Development

No branches or pull requests

Issue actions