Crates.io | re_types_builder |
lib.rs | re_types_builder |
version | 0.19.1 |
source | src |
created_at | 2023-07-05 13:47:15.485521 |
updated_at | 2024-11-05 10:52:31.02601 |
description | Generates code for Rerun's SDKs from flatbuffers definitions. |
homepage | https://rerun.io |
repository | https://github.com/rerun-io/rerun |
max_upload_size | |
id | 909065 |
size | 720,248 |
Part of the rerun
family of crates.
This crate implements Rerun's code generation tools.
These tools translate language-agnostic IDL definitions (flatbuffers) into code.
You can generate the code with pixi run codegen
.
The .fbs
files can contain docstring (///
) which in turn can contain doclinks.
They are to be written on the form [archetypes.Image]
.
Only links to types are currently supported.
Link checking is not done by the codegen, but the output is checked implicityly by cargo doc
, lychee
etc.
We only support doclinks to the default rerun.scope
.