Skip to content

Conversation

@lolbinarycat
Copy link
Contributor

this makes it easier to navigate the documentation.

one comment seemed to suggest that the reexport of the derive macros was depricated, however that has been ignored for several reasons:

  1. exposing macros through a derive feature flag is common practice, see the serde crate for an example.
  2. using a feature flag means you can't accidentally have a version mismatch.
  3. the reexport is used in several examples
  4. the only evidence of deprication is a private comment, which would never be seen by normal users of the crate.

this makes it easier to navigate the documentation.

one comment seemed to suggest that the reexport of the derive
macros was depricated, however that has been ignored for several
reasons:

1. exposing macros through a derive feature flag is common practice,
   see the serde crate for an example.
2. using a feature flag means you can't accidentally have a version
   mismatch.
3. the reexport is used in several examples
4. the only evidence of deprication is a private comment,
   which would never be seen by normal users of the crate.
@Peternator7 Peternator7 merged commit 9689d7b into Peternator7:master May 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants