Commit Graph

89 Commits

Author SHA1 Message Date
David Tolnay
7f9ba155cb
Explain what each dependency is for 2017-10-31 22:16:33 -07:00
hcpl
3bbf70575b Clarify the README example for local builds 2017-10-31 21:20:23 +02:00
David Tolnay
739ad64c7c
Organize top links 2017-04-16 20:44:27 -07:00
David Tolnay
1232cfd194
Add playground link to readme 2017-04-13 10:19:22 -07:00
David Tolnay
2c49f9aad3
Recommend 'extern crate serde' 2017-04-08 13:53:13 -07:00
David Tolnay
c475df8320
Encourage GitHub issues 2017-01-09 14:44:36 -08:00
David Tolnay
894a21bc1f
Remove the proc_macro feature gate 2017-01-08 00:11:11 -08:00
David Tolnay
2c984980a0
Link to release notes from readme 2016-12-22 21:52:37 -05:00
Mark Roghelia
ef5d09e144 Rename rustc_macro to proc_macro
Fixes #575
2016-10-08 18:29:36 -04:00
David Tolnay
3f28a93240
Update readme to serde_derive 2016-09-29 09:21:01 -07:00
David Tolnay
7014c105b4
Remove coverage shield 2016-08-28 08:39:53 -07:00
David Tolnay
f3d566af09
Remove clippy shield 2016-08-28 08:37:55 -07:00
David Tolnay
2d99a50c27
HTTPS for serde.rs 2016-08-18 17:08:05 -04:00
David Tolnay
affc81b1d6
Getting help 2016-08-18 10:56:41 -04:00
David Tolnay
332d59f362
Condense readme and link to serde.rs 2016-08-18 01:11:36 -04:00
David Tolnay
0557a7feac
Point links to docs.serde.rs 2016-08-13 15:01:57 -07:00
Oliver Schneider
6b5bd24edd
fix an example in the README (thanks @nox) 2016-08-11 13:57:43 +02:00
Oliver Schneider
3a687e5369
fix untestable docs 2016-08-03 16:04:11 +02:00
Oliver Schneider
8c30ec9698
fix doc bugs found by skeptic 2016-08-03 16:00:30 +02:00
David Tolnay
b7f30d7f82
Use build() instead of unwrap() for the Builders
Fixes #429.
2016-07-29 09:48:55 -07:00
Pascal Hertleif
f394f25956 Set explicit versions in Readme 2016-07-28 10:34:55 +02:00
David Tolnay
9d96f95ddd
Remove old upgrading tips 2016-07-27 23:51:48 -07:00
David Tolnay
77e56613a5
Revert "Mention Empty Bounds for Recursion in Readme"
This reverts commit 93968455f3.
2016-07-22 09:09:23 -07:00
Pascal Hertleif
1a1b6fbf85 Fix Typo in Readme 2016-07-20 10:39:57 +02:00
Pascal Hertleif
93968455f3 Mention Empty Bounds for Recursion in Readme
Fixes #427
2016-07-20 10:39:57 +02:00
Christian Zangl
80a27cbb4a add Hjson 2016-07-18 12:06:21 +02:00
softprops
a41dae45a5 add envy 2016-07-10 23:55:32 -04:00
Erick Tryzelaar
a592828808 Rewrite readme to front-load stable rust usage 2016-07-07 14:31:24 -07:00
Erick Tryzelaar
8d6cc4dfa5 Update link to clippy lint report 2016-06-22 10:13:28 -07:00
David Tolnay
c5f606f10f
Remove unnecessary Syntexes 2016-06-12 15:50:45 -07:00
David Tolnay
3d2e3beafe
Add serde_codegen::expand to avoid public Syntex dependency 2016-06-09 11:23:43 -07:00
David Tolnay
f197c3ce96
Readme for "bound" attribute 2016-06-05 11:54:36 -07:00
Corey Richardson
ae806af644
Enable use in no_std environments
These changes are fairly invasive to imports and uses of non-libcore types,
but allow for some or none of the freestanding crates (core, rustc_unicode,
alloc, collections) to be supported by serde.
2016-05-10 10:23:41 +10:00
David Tolnay
55355b6680 Revert "Enable use in no_std environments"
This reverts commit 9c0140968d.
2016-05-08 20:30:21 -07:00
Erick Tryzelaar
f8a91e5176 Merge pull request #302 from cmr/no_std
Enable use in no_std environments
2016-05-08 19:24:48 -07:00
David Tolnay
3caac4e6f3 Clarify serialize_with and deserialize_with documentation 2016-05-08 10:52:23 -07:00
Corey Richardson
9c0140968d
Enable use in no_std environments
These changes are fairly invasive to imports and uses of non-libcore types,
but allow for some or none of the freestanding crates (core, rustc_unicode,
alloc, collections) to be supported by serde.
2016-05-04 01:26:43 +10:00
David Tolnay
305fab7c16 fix(codegen): Support extern crate serde not in toplevel module 2016-04-25 09:58:01 -07:00
Erick Tryzelaar
bff2301ac3 Document that skip_deserializing uses the default=... attribute if present 2016-04-19 12:35:16 -05:00
David Tolnay
93a7568ff6 Fix documentation of skip_serializing_if 2016-04-17 21:31:18 -07:00
Erick Tryzelaar
a4de662adb Fix doc links 2016-04-13 08:11:02 -07:00
Erick Tryzelaar
6b3958d5fc Merge pull request #282 from erickt/doc
Fix generating serde_{codegen,macros} documentation
2016-04-12 17:08:15 -07:00
Erick Tryzelaar
9082b75e75 Fix generating serde_{codegen,macros} documentation 2016-04-12 08:36:02 -07:00
David Tolnay
87393b61bb feat(codegen) skip_deserializing 2016-04-10 20:29:37 -07:00
David Tolnay
a8509a1d03 Add missing close brackets in readme 2016-04-01 09:55:54 -07:00
Oliver Schneider
332b51f58a add clippy badge 2016-03-09 13:51:26 +01:00
David Tolnay
b01fc032fd Missing quotes in upgrading-from-0.6 section of readme 2016-03-06 18:26:38 -08:00
Erick Tryzelaar
f771eea6e6 doc(readme): Document new 0.7 skip-serializing approach 2016-03-06 21:20:04 -05:00
Erick Tryzelaar
d0a63b451c Update README.md 2016-03-06 21:06:11 -05:00
Erick Tryzelaar
6ea632e98b doc(readme): Update readme to compile with latest serde 2016-02-26 11:17:43 -08:00