protobuf_json_mapping/
float.rs

1pub const PROTOBUF_JSON_NAN: &str = "NaN";
2pub const PROTOBUF_JSON_INF: &str = "Infinity";
3pub const PROTOBUF_JSON_MINUS_INF: &str = "-Infinity";