diff --git a/crates/utils/re_tuid/src/lib.rs b/crates/utils/re_tuid/src/lib.rs index 8fa6842f1483..49452b6e9db4 100644 --- a/crates/utils/re_tuid/src/lib.rs +++ b/crates/utils/re_tuid/src/lib.rs @@ -18,6 +18,9 @@ pub struct Tuid { } impl Tuid { + /// We give an actual name to [`Tuid`], and inject that name into the Arrow datatype extensions, + /// as a hack so that we can compactly format them when printing Arrow data to the terminal. + /// Check out `re_format_arrow` for context. pub const NAME: &'static str = "rerun.datatypes.TUID"; /// Returns the total size of `self` on the heap, in bytes.