Module trust_dns::rr::domain [] [src]

domain name, aka labels, implementaton

Structs

Name

TODO: all Names should be stored in a global "intern" space, and then everything that uses them should be through references. As a workaround the Strings are all Rc as well as the array TODO: Currently this probably doesn't support binary names, it would be nice to do that.