wxtla 0.3.1

Wired eXploring Target Layer Accessor
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Format inventory and probe registration helpers.

pub mod inventory;
pub mod registry;

pub(crate) mod probe_support;

pub use inventory::{FormatInventory, FormatInventoryEntry, builtin_inventory};
pub use registry::{
  builtin_probe_registry, builtin_probe_registry_for_kind, probe_registry_from_inventory,
  probe_registry_from_inventory_for_kind,
};