102 releases (15 breaking)

new 0.17.0-alpha.2 May 22, 2024
0.15.1 Apr 11, 2024
0.15.0-alpha.5 Mar 29, 2024
0.12.0-alpha.2 Dec 26, 2023
0.4.0 Mar 28, 2023

#1191 in Parser implementations

Download history 1281/week @ 2024-02-03 2073/week @ 2024-02-10 3496/week @ 2024-02-17 5083/week @ 2024-02-24 5599/week @ 2024-03-02 4836/week @ 2024-03-09 3917/week @ 2024-03-16 3044/week @ 2024-03-23 3411/week @ 2024-03-30 5368/week @ 2024-04-06 5343/week @ 2024-04-13 5801/week @ 2024-04-20 4590/week @ 2024-04-27 4373/week @ 2024-05-04 8150/week @ 2024-05-11 6140/week @ 2024-05-18

24,187 downloads per month
Used in 40 crates (28 directly)

MIT/Apache

615KB
12K 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

~14–24MB
~364K SLoC