Skip to content

jbelmont/network-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Network Tools

A library of network tools written in Rustlang

IP Address Util

You can run the ip_address script by doing the following as an example:

cargo run -p ip_address en0

Here I am running the en0 interface port for Mac OS X

This will print out my current IP ADDRESS.

pwd Rust equivalent Util

You can run the pwd util script like this:

cargo run -p pwd

ls Rust Equivalent Util

You can run the ls util script like this:

cargo run -p ls

Running Make Tasks

You can also equivalently run each util script with the Makefile like this:

make util UTIL=ls

This will will run the ls script!

About

A library of network tools written in Rustlang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published