Skip to main content

Crate cu_flight_controller_export

Crate cu_flight_controller_export 

Source
Expand description

App-specific Python bindings for offline log inspection.

This module demonstrates the intended Copper pattern for typed Python log access:

  • keep the runtime in Rust
  • generate the app-specific CopperList type with gen_cumsgs!
  • expose a tiny #[pymodule] wrapper for offline analysis scripts

This is not the same thing as running task logic in Python.