Crate ratman_configure

Source
Expand description

Ratman configuration toolkit

Creating networks via Ratman is pretty easy but can involve a fair amount of boilerplate. To make the network initialisation easier and less repetitive, this library is meant to handle network module state and initialisation, at runtime, either via a configuration language parser, or via the pure code API.

Modules§

config

Structs§

EpBuilder
NetBuilder
A rust API builder equivalent of the json parser

Functions§

parse_json
Parse a json configuration into a network config