re_types_builder

Crates.iore_types_builder
lib.rsre_types_builder
version0.19.1
sourcesrc
created_at2023-07-05 13:47:15.485521
updated_at2024-11-05 10:52:31.02601
descriptionGenerates code for Rerun's SDKs from flatbuffers definitions.
homepagehttps://rerun.io
repositoryhttps://github.com/rerun-io/rerun
max_upload_size
id909065
size720,248
rerun.io (rerunio)

documentation

README

re_types_builder

Part of the rerun family of crates.

Latest version Documentation MIT Apache

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.

Doclinks

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.

Commit count: 4811

cargo fmt