mirror of
https://github.com/achanda/ipnetwork.git
synced 2025-06-18 01:38:51 +00:00
Trying to make name resolution work
This commit is contained in:
@ -1,4 +1,6 @@
|
||||
#![crate_type = "lib"]
|
||||
#![feature(ip_addr)]
|
||||
#[allow(dead_code)]
|
||||
|
||||
pub use ipnetwork::*;
|
||||
pub mod ipnetwork;
|
||||
|
Reference in New Issue
Block a user