167 releases (20 breaking)

0.22.0 Feb 6, 2025
0.21.0 Dec 18, 2024
0.20.2 Nov 28, 2024
0.17.0 Jul 8, 2024
0.4.0 Mar 28, 2023

#1448 in Parser implementations

Download history 4396/week @ 2024-10-25 6072/week @ 2024-11-01 6527/week @ 2024-11-08 6258/week @ 2024-11-15 6128/week @ 2024-11-22 6830/week @ 2024-11-29 6950/week @ 2024-12-06 5559/week @ 2024-12-13 4249/week @ 2024-12-20 2777/week @ 2024-12-27 6105/week @ 2025-01-03 7293/week @ 2025-01-10 6606/week @ 2025-01-17 6312/week @ 2025-01-24 7132/week @ 2025-01-31 5962/week @ 2025-02-07

27,125 downloads per month
Used in 83 crates (52 directly)

MIT/Apache

640KB
13K SLoC

re_log_types

Part of the rerun family of crates.

Latest version Documentation MIT Apache

The basic building blocks of the Rerun data types and tables.


lib.rs:

The different types that make up the rerun log format.

Feature flags

Mono-components

Some components, mostly transform related ones, are "mono-components". This means that Rerun makes assumptions that depend on this component only taking on a singular value for all instances of an Entity. Where possible, exposed APIs will force these components to be logged as a singular instance. However, it is an error with undefined behavior to manually use lower-level APIs to log a batched mono-component.

This requirement is especially apparent with transforms: Each entity must have a unique transform chain, e.g. the entity foo/bar/baz is has the transform that is the product of foo.transform * foo/bar.transform * foo/bar/baz.transform.

Dependencies

~24–33MB
~541K SLoC