path-0.8.2 doesn't have any documentation.
path
IP based connection identification and tracing
This crate is highly inspired by the netfilter project, which provides connection tracking for TCP/IP based protocols. The timeout of a connection (per default 10 minutes) is handled completely internally by using the time crate.
Example usage
use ;
use ;
// Create a new `Path` for tracking `u8` values as custom data
let mut path : = new;
// Build up a new identifier from IP Addresses, their ports, and a key (in this case the IP Protocol)
let identifier = new;
// Do the actual work
let connection = path.track.unwrap;
// Now it is possible to set/get the custom data
assert_eq!;
assert_eq!;