canndrew / netsim

Network simulation in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The API is too confusing and redundant

canndrew opened this issue · comments

Having separate spawn, device and node APIs isn't really necessary. The spawn API can probably be removed and merged into the device and node modules.

The helper methods in spawn have now been removed and their functionality merged into device