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 |
|
David Tolnay
|
47a4e61b8b
|
Document the parts of lib.rs
|
2017-04-13 11:59:42 -07:00 |
|
David Tolnay
|
5141270346
|
Touch up the top-level documentation
|
2017-04-13 11:52:33 -07:00 |
|
David Tolnay
|
dc7ab2696a
|
Point html_root_url to docs.rs
|
2017-04-13 11:31:29 -07:00 |
|
David Tolnay
|
14034968df
|
Implement Copy for de::Unexpected
|
2017-04-13 11:11:37 -07:00 |
|
David Tolnay
|
aef136934b
|
Implement Clone for the value deserializers
|
2017-04-13 11:11:09 -07:00 |
|
David Tolnay
|
7d0a38270d
|
Eagerly implement common traits for IgnoredAny
|
2017-04-13 11:06:48 -07:00 |
|
David Tolnay
|
07154303ed
|
Implement Debug for public types
|
2017-04-13 11:04:16 -07:00 |
|
David Tolnay
|
4f39766211
|
Fix paths to readme files
|
2017-04-13 10:37:24 -07:00 |
|
David Tolnay
|
304b598a05
|
Add appveyor badge to crates.io
|
2017-04-13 10:26:47 -07:00 |
|
David Tolnay
|
0d82bbf74f
|
Rename ValueDeserializer trait to IntoDeserializer
|
2017-04-11 23:20:35 -07:00 |
|
David Tolnay
|
2efb95015b
|
Appease Rust 1.13.0
|
2017-04-10 19:06:42 -07:00 |
|
David Tolnay
|
f88db0f547
|
Centralize all import wrangling
|
2017-04-10 18:50:22 -07:00 |
|
David Tolnay
|
0f72d1a388
|
Put rc impls behind a cfg
|
2017-04-10 17:01:11 -07:00 |
|
David Tolnay
|
8bbab627a0
|
Document the cargo cfgs
|
2017-04-10 16:38:11 -07:00 |
|
David Tolnay
|
b40ecf04ce
|
Merge branch 'origin/1.0' into 'origin/fwd'
Conflicts:
serde/src/macros.rs
|
2017-04-10 15:23:37 -07:00 |
|
David Tolnay
|
1985cfc955
|
Merge branch 'origin/1.0' into 'origin/identifier'
Conflicts:
serde_derive/src/ser.rs
|
2017-04-10 12:37:41 -07:00 |
|
David Tolnay
|
52e93150e6
|
Standardize on u32 as the type of a variant index
|
2017-04-09 14:03:18 -07:00 |
|
David Tolnay
|
a38b24136b
|
Rename deserialize_struct_field to deserialize_identifier
Because it applies to both struct fields and discriminants of an enum.
|
2017-04-09 13:35:22 -07:00 |
|
David Tolnay
|
9d8987bde8
|
Require getters to return the correct type
|
2017-04-09 10:59:54 -07:00 |
|
David Tolnay
|
9271f7c48c
|
Use a deserializer in which V would conflict
|
2017-04-08 22:46:53 -07:00 |
|
David Tolnay
|
74e15ea9f5
|
Configurable forward_to_deserialize
|
2017-04-08 22:43:07 -07:00 |
|
David Tolnay
|
cc933b9cdb
|
Just use an existing macro
|
2017-04-07 17:26:03 -07:00 |
|
David Tolnay
|
fdaa8202b9
|
Clean up some existing examples
|
2017-04-07 11:06:19 -07:00 |
|
David Tolnay
|
85d4dc3e20
|
Copy the Serializer examples to the helper traits
|
2017-04-07 10:45:13 -07:00 |
|
David Tolnay
|
11a6e42256
|
Unignore SerializeSeq example
|
2017-04-07 10:42:54 -07:00 |
|
David Tolnay
|
b1cfa5aef5
|
Unignore Serializer::serialize_struct_variant example
|
2017-04-07 10:35:42 -07:00 |
|
David Tolnay
|
f2b230a0b8
|
Unignore Serializer::serialize_struct example
|
2017-04-07 10:34:03 -07:00 |
|
David Tolnay
|
8aa630ea48
|
Unignore Serializer::serialize_map example
|
2017-04-07 10:32:01 -07:00 |
|