redirectionio 3.1.0

Redirection IO Library to handle matching rule, redirect and filtering headers and body.
Documentation
1
2
3
4
5
use dot_graph::Graph;

pub trait DotBuilder {
    fn graph(&self, id: &mut u32, graph: &mut Graph) -> Option<String>;
}