rotonda 0.6.0

composable, programmable BGP engine
Documentation
1
2
3
4
5
6
7
use rshtml::track_views_folder;

fn main() {
    // This function tells cargo to re-run the build script if
    // any file inside the configured views directory changes.
    track_views_folder();
}