rxgraph 0.6.1

High-performance graph traversal engine
Documentation
1
2
3
4
5
6
7
8
//! Example native [`Kernel`](crate::traversal::Kernel) implementations.
//!
//! These exist to show how to write a native Rust traversal kernel against the
//! public API and how to register one by name via [`inventory`](crate::inventory).
//! They are exported so external Rust consumers can use them directly or as a
//! reference for their own kernels.

pub mod kernels;