netsim_embed_nat/
lib.rs

1mod nat;
2mod port_allocator;
3mod port_map;
4
5pub use nat::Ipv4Nat;
6pub use port_allocator::{PortAllocator, RandomPortAllocator, SequentialPortAllocator};