David Tolnay
|
637332de2d
|
Merge pull request #878 from serde-rs/deserialize_any
Rename Deserializer::deserialize to deserialize_any
|
2017-04-14 13:04:20 -07:00 |
|
David Tolnay
|
e77e7c4bba
|
Rename Deserializer::deserialize to deserialize_any
|
2017-04-14 12:52:57 -07:00 |
|
David Tolnay
|
1798d1af6e
|
Merge pull request #876 from serde-rs/access
Access traits
|
2017-04-14 12:45:54 -07:00 |
|
David Tolnay
|
31cec05712
|
Access traits
|
2017-04-14 12:24:35 -07:00 |
|
David Tolnay
|
f2de0509f5
|
Whitelist the zero prefixed literals used in array_impls
|
2017-04-14 12:24:22 -07:00 |
|
David Tolnay
|
26d357e846
|
Map ser impls should serialize a map
|
2017-04-14 12:08:26 -07:00 |
|
David Tolnay
|
4e2f08cc7a
|
Format some where clauses that rustfmt refused to touch
|
2017-04-13 23:04:53 -07:00 |
|
David Tolnay
|
91a0f248a1
|
More readable MapDeserializer bounds
|
2017-04-13 22:59:36 -07:00 |
|
David Tolnay
|
03462b6e39
|
Update the list of deserializable types
|
2017-04-13 17:48:39 -07:00 |
|
David Tolnay
|
37f8ea234f
|
Hyperlink the de module documentation
|
2017-04-13 17:43:10 -07:00 |
|
David Tolnay
|
3f920f645c
|
License boilerplate
|
2017-04-13 17:34:42 -07:00 |
|
David Tolnay
|
a937a06d3e
|
Add an IgnoredAny example
|
2017-04-13 17:22:51 -07:00 |
|
David Tolnay
|
dd092dce95
|
Allow using IgnoredAny as a visitor
|
2017-04-13 16:53:27 -07:00 |
|
David Tolnay
|
dfea7ec939
|
This is not a bottleneck
|
2017-04-13 16:46:38 -07:00 |
|
David Tolnay
|
0e7c027ff1
|
NonZero is just another deref
|
2017-04-13 16:44:05 -07:00 |
|
David Tolnay
|
8b6f77095a
|
Remove redundant cfg
|
2017-04-13 16:43:03 -07:00 |
|
David Tolnay
|
dbe7d04282
|
Import Path and PathBuf directly
|
2017-04-13 16:38:04 -07:00 |
|
David Tolnay
|
fb7964fde7
|
Clean up serialize_display_bounded_length
|
2017-04-13 16:36:24 -07:00 |
|
David Tolnay
|
f45b83f0c1
|
Condense the deref impls
|
2017-04-13 16:26:30 -07:00 |
|
David Tolnay
|
f28abe8fde
|
Map impls more like the seq impls
|
2017-04-13 16:09:53 -07:00 |
|
David Tolnay
|
15faaf8bc3
|
Condense the tuple impls
|
2017-04-13 16:01:50 -07:00 |
|
David Tolnay
|
a15636f808
|
More like the Deserialize impls for sequences
|
2017-04-13 15:55:34 -07:00 |
|
David Tolnay
|
5d396c4e3b
|
Condense the array impls
|
2017-04-13 15:41:26 -07:00 |
|
David Tolnay
|
bdccde5c9b
|
Simplify serialize impl for String
|
2017-04-13 15:36:46 -07:00 |
|
David Tolnay
|
7dd01dd54a
|
This macro serializes a primitive
|
2017-04-13 15:36:42 -07:00 |
|
David Tolnay
|
e4b21e6caa
|
Example for serialize_unit
|
2017-04-13 15:20:09 -07:00 |
|
David Tolnay
|
2afbffa924
|
Example for serialize_unit_struct
|
2017-04-13 15:20:01 -07:00 |
|
David Tolnay
|
385f83a7de
|
Examples and links for Option
|
2017-04-13 15:16:43 -07:00 |
|
David Tolnay
|
50f5ef2fb6
|
Condense some serializer imports
|
2017-04-13 14:54:59 -07:00 |
|
David Tolnay
|
13f273ad74
|
Examples for the primitive serializer methods
|
2017-04-13 14:51:39 -07:00 |
|
David Tolnay
|
09bd8287e7
|
Hyperlink the serialize_entry documentation
|
2017-04-13 14:27:13 -07:00 |
|
David Tolnay
|
35313257c5
|
Do not hyperlink first sentence because it shows up in index
|
2017-04-13 14:23:06 -07:00 |
|
David Tolnay
|
07bce54ad3
|
Add a collect_map example
|
2017-04-13 14:21:28 -07:00 |
|
David Tolnay
|
41488252ff
|
Add a collect_seq example
|
2017-04-13 14:19:17 -07:00 |
|
David Tolnay
|
8d1f882512
|
Hyperlink the collect methods
|
2017-04-13 14:16:28 -07:00 |
|
David Tolnay
|
dec6b67236
|
Hyperlink the Serializer associated types
|
2017-04-13 14:02:13 -07:00 |
|
David Tolnay
|
0cf8eadef8
|
Dynamically sized means something else
|
2017-04-13 13:56:12 -07:00 |
|
David Tolnay
|
7d16710fb4
|
Add an example to Serialize
|
2017-04-13 13:55:51 -07:00 |
|
David Tolnay
|
9253fccf04
|
Hyperlink the Serialize documentation
|
2017-04-13 13:55:34 -07:00 |
|
David Tolnay
|
eab771cd1a
|
Standardize on 80 characters per line
Per Mozilla coding style:
https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Coding_Style
|
2017-04-13 13:24:47 -07:00 |
|
David Tolnay
|
4f6518dad7
|
Hyperlink the ser::Error documentation
|
2017-04-13 13:20:12 -07:00 |
|
David Tolnay
|
f8e53e837d
|
Hyperlink the ser module documentation
|
2017-04-13 13:15:23 -07:00 |
|
David Tolnay
|
c5854f19f7
|
Prefer where clauses
|
2017-04-13 13:02:10 -07:00 |
|
David Tolnay
|
5bb6de80b2
|
Use better names for the sake of the documentation
|
2017-04-13 12:45:42 -07:00 |
|
David Tolnay
|
c4e31bd968
|
Match the associated types from the Serializer trait
|
2017-04-13 12:43:24 -07:00 |
|
David Tolnay
|
2887c379de
|
Hyperlink the Impossible documentation
|
2017-04-13 12:42:36 -07:00 |
|
David Tolnay
|
ea8fb97beb
|
Format in rfc style
|
2017-04-13 12:32:29 -07:00 |
|
David Tolnay
|
c5bd760133
|
Sort macros in a more readable order
|
2017-04-13 12:15:12 -07:00 |
|
David Tolnay
|
942642c0f4
|
Hyperlink the forward_to_deserialize documentation
|
2017-04-13 12:09:42 -07:00 |
|
David Tolnay
|
78407e19a9
|
Export Formatter directly for generated code
|
2017-04-13 12:02:16 -07:00 |
|