protomask 1.1.0

A user space NAT64 implementation
1
2
3
4
5
//! This is a placeholder for a future 6over4 implementation
#[tokio::main]
pub async fn main() {
    println!("You did it! You found the incomplete binary :)");
}