Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add more extensive docs #449

Merged
merged 1 commit into from
Jul 18, 2016
Merged

add more extensive docs #449

merged 1 commit into from
Jul 18, 2016

Conversation

oli-obk
Copy link
Member

@oli-obk oli-obk commented Jul 18, 2016

cc #447

@oli-obk oli-obk added the docs label Jul 18, 2016
@oli-obk oli-obk added this to the v0.8.0 milestone Jul 18, 2016
@@ -1,4 +1,8 @@
//! Implementations for all of Rust's builtin types.
//! Implementations for all of Rust's builtin types. Tuples implement the `Serialize` trait if they
//! have less than 16 fields. Arrays implement the `Serialize` trait if their length is 32 or less.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

At most 16 fields: I see an impl<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>.

@dtolnay dtolnay merged commit 89f0ad9 into serde-rs:master Jul 18, 2016
@oli-obk oli-obk deleted the docs branch July 18, 2016 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

2 participants