docs.rs failed to build r18n-0.0.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
r18n-0.0.1
r18n
Text t
extern crate r18n;
let toml = r#"
[tlc.FRA]
name = "Frankfurt"
"#;
let r : R18n = toml.parse.unwrap;
assert_eq!;
Count
extern crate r18n;
let toml = r#"
[pax]
guests = [
"1 guest",
"%d guests"
]
"#;
let r : R18n = toml.parse.unwrap;
assert_eq!;
assert_eq!;