Function gtld_data::gtlds::all [] [src]

pub fn all<'a>() -> Vec<Gtld<'a>>

This is a list of all Gtld information is pulled from the following URL:

https://www.iana.org/domains/root/db

Examples

Retrieve all Gtlds in a Vec:

let gtlds = gtld_data::all();