//! The internal directed graph.
//!
//! There are provided graph types for both [glTF](https://github.com/KhronosGroup/glTF) and
//! [glXF](https://github.com/KhronosGroup/glXF) files.
use DiGraph;
pub use ByteNode;
pub use GraphNode;
pub use NodeIndex;
pub use Property;
pub type Graph = ;