68 releases
Uses new Rust 2024
| 0.4.1 | Jan 20, 2026 |
|---|---|
| 0.3.13 | Oct 1, 2025 |
| 0.3.12 | Jun 30, 2025 |
| 0.3.10 | Mar 4, 2025 |
| 0.2.2-rc | Mar 31, 2023 |
#400 in Robotics
1,751 downloads per month
Used in 14 crates
(5 directly)
165KB
3K
SLoC
Core library for dora
Generating dora schema
cargo run -p dora-core generate_schemas
VSCode YAML Dataflow Support
We can pass the JSON Schema to VSCode redhat.vscode-yaml to enables features such as:
- Type validation
- Suggestions
- Documentation
Getting started
-
Install
redhat.vscode-yaml -
Open User Settings(JSON) in VSCode within
ctrl+shift+psearch bar. -
Add the following:
"yaml.schemas": {
"https://raw.githubusercontent.com/dora-rs/dora/main/libraries/core/dora-schema.json": "/*"
},
And you should be set! 🔥
Dependencies
~16–40MB
~535K SLoC