This is an automated email from the ASF dual-hosted git repository.

kriskras99 pushed a change to branch feat/documentation
in repository https://gitbox.apache.org/repos/asf/avro-rs.git


 discard 4d18e9f  docs: Further work
 discard ec18d63  docs: Continue working on moving documentation away from 
lib.rs and enable and fix some Clippy lints for documentation
 discard f8b9ca9  docs: Move documentation away from lib.rs
 discard 2a22649  feat(doc): Add documentation for the `AvroSchema` derive
     new 523c54b  docs: Rework the documentation

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (4d18e9f)
            \
             N -- N -- N   refs/heads/feat/documentation (523c54b)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 avro/src/documentation/dynamic.rs | 262 ++++++++++++++++++++
 avro/src/documentation/mod.rs     |   4 +-
 avro/src/documentation/primer.rs  |   3 +-
 avro/src/lib.rs                   | 499 +-------------------------------------
 avro/src/serde/mod.rs             |  31 ++-
 avro/src/serde/with.rs            |  12 +
 6 files changed, 312 insertions(+), 499 deletions(-)
 create mode 100644 avro/src/documentation/dynamic.rs

Reply via email to