Skip to main content

Crate cu29_value

Crate cu29_value 

Source
Expand description

A Copper-oriented value tree used for serialization, logging, and reflection bridges.

The type is a forked/adapted serde-value-style representation with Copper-specific additions such as Value::CuTime.

When the python feature is enabled, this crate also exposes helpers for converting between Value and Python objects through PyO3. Those helpers are used by:

  • cu-python-task for runtime prototyping across the Rust/Python boundary
  • cu29-export for offline Python log analysis

The Python bridge is intentionally conservative:

Structs§

ValueDeserializer
ValueVisitor

Enums§

DeserializerError
SerializerError
Unexpected
Value

Functions§

to_value