Naum Azeredo
Naum Azeredo
By taking a look at testlib.h, `unsigned long long next(unsigned long long n)` is using `long long next(long long n)`, so basically you can't reach 2^64-1. To create your rnd.next...
> In the coming release `Deserializer::new` would be public Was this implemented already? `Deserializer::new` is public in the latest version, but it seems useless since `XmlRead` can't be implemented outside...
Yeah, that's exactly what happened. I didn't get why that option, even though internal, exists. I've sadly moved back to serde_xml_rs since they give an option to not trim and...