Crate custom_data_loader
source ยทExpand description
This example demonstrates how to implement and register a re_data_loader::DataLoader
into
the Rerun Viewer in order to add support for loading arbitrary files.
Usage:
$ cargo r -p custom_data_loader -- path/to/some/file
Structsยง
- HashLoader ๐A custom
re_data_loader::DataLoader
that logs the hash of file as arerun::TextDocument
.
Functionsยง
- hash_and_log ๐
- main ๐