Colin Woodbury
Colin Woodbury
From Rust itself: ``` In: 9223372036854776000_i64 error: literal out of range for `i64` --> src/main.rs:4:1 | 4 | 9223372036854776000_i64 | ^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[deny(overflowing_literals)]` on by default = note:...
JS numbers are 53-bit, by the way.
True. If that's the preferred way, then it should be documented somewhere.
My intent is that a full example of how to activate `serialize_maps_as_objects` should be present somewhere. While `serialize` is indeed a standard serde method, most cases of serialization use the...
Sure, then I'll add it to the module docstring and README once the other PRs are merged (if you merge them :laughing: )
Hot damn, thank you very much.
The paragraphs are mostly the same, just refitted to match the usual 80-character width limit. And I moved the URLs out to make the plaintext nicer on the eyes. Otherwise...
I will return to this soon.
Thanks!
I updated the PR.