Module re_data_loader::loader_external
source · Structs§
- A
crate::DataLoader
that forwards the path to load to all executables present in the user’sPATH
with a name that starts withEXTERNAL_DATA_LOADER_PREFIX
.
Constants§
- When an external
crate::DataLoader
is asked to load some data that it doesn’t know how to load, it should exit with this exit code. - To register a new external data loader, simply add an executable in your $PATH whose name starts with this prefix.
Statics§
- Keeps track of the paths all external executable
crate::DataLoader
s.
Functions§
- Iterator over all registered external
crate::DataLoader
s.