base64.rs |
ron initially encoded byte-slices and byte-bufs as base64-encoded strings.
However, since v0.9, ron now uses Rusty byte string literals instead.
This example shows how the previous behaviour can be restored by serialising
bytes with strongly-typed base64-encoded strings, or accepting both Rusty
byte strings and the legacy base64-encoded string syntax. |
4975 |
decode.rs |
RON now has multi-line (C-style) block comments!
They can be freely nested:
/* This is a nested comment |
1346 |
decode_file.rs |
|
771 |
encode.rs |
|
1073 |
encode_file.rs |
|
1309 |
example.ron |
|
356 |
transcode.rs |
|
855 |