useDynLib("RcppTOML", .registration=TRUE)
importFrom("Rcpp", "evalCpp")
export("parseToml",
       "parseTOML",
       "tomlparse")
S3method("print", "toml")
S3method("summary", "toml")
