Tools & CLIs

IDL Compiler

Generate code from OMG IDL 4.2 input for Rust, C, C++, C#, Java, Python, TypeScript.

Install

cargo install zerodds-idlc     # if published
# or build from source:
cargo build --release -p idlc

Documentation

The canonical reference is in the repository — kept next to the source so that examples stay accurate:

Related