pub fn new(config: Config) -> IPv8
Create a new instance of IPv8.
9fn main() { 10 let _ = ipv8::new(ipv8::Config::default()); 11}