101 releases (14 breaking)

new 0.16.0 May 16, 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

#861 in Parser implementations

Download history 1032/week @ 2024-01-25 1021/week @ 2024-02-01 1181/week @ 2024-02-08 3673/week @ 2024-02-15 4253/week @ 2024-02-22 5838/week @ 2024-02-29 4874/week @ 2024-03-07 4731/week @ 2024-03-14 2972/week @ 2024-03-21 3004/week @ 2024-03-28 4253/week @ 2024-04-04 6236/week @ 2024-04-11 5372/week @ 2024-04-18 4843/week @ 2024-04-25 5222/week @ 2024-05-02 3965/week @ 2024-05-09

20,565 downloads per month
Used in 39 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–25MB
~365K SLoC