next_door
gleam add next_door@1
import next_door
pub fn main() -> Nil {
next_door.arp_table()
|> next_door.mac_to_ip("aa:aa:aa:aa:aa:aa")
}
Further documentation can be found at https://hexdocs.pm/next_door.
Development
gleam run # Run the project
gleam test # Run the tests