164 releases (19 breaking)

0.21.0 Dec 18, 2024
0.20.3 Dec 3, 2024
0.20.2 Nov 28, 2024
0.17.0 Jul 8, 2024
0.4.0 Mar 28, 2023

#1221 in Parser implementations

Download history 4734/week @ 2024-10-08 6947/week @ 2024-10-15 4507/week @ 2024-10-22 5849/week @ 2024-10-29 5957/week @ 2024-11-05 6406/week @ 2024-11-12 6151/week @ 2024-11-19 6016/week @ 2024-11-26 7317/week @ 2024-12-03 6011/week @ 2024-12-10 6151/week @ 2024-12-17 2950/week @ 2024-12-24 4280/week @ 2024-12-31 6446/week @ 2025-01-07 6870/week @ 2025-01-14 5607/week @ 2025-01-21

23,481 downloads per month
Used in 79 crates (49 directly)

MIT/Apache

690KB
14K 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

~25–36MB
~579K SLoC