Rust Documentation

Everything you need to build robotics applications with HORUS in Rust -- from API reference to working examples.

Quick Reference

SectionDescription
API ReferenceNode, Topic, Scheduler, messages, and driver APIs
Time APIhorus::now(), horus::dt(), horus::rng(), and SimClock
ExamplesWorking code you can copy and run

Sections

API Reference

Core Rust API documentation including Node, Topic, Scheduler, and message types.

Time API

Framework clock, timestep, deterministic RNG, and budget-aware anytime algorithms.

Examples

Working examples demonstrating HORUS patterns.


See Also