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

docs: add third-party crates to docs #507

Merged
merged 3 commits into from
Jan 4, 2020
Merged

docs: add third-party crates to docs #507

merged 3 commits into from
Jan 4, 2020

Conversation

hawkw
Copy link
Member

@hawkw hawkw commented Jan 3, 2020

This branch adds a list of related crates not in this repository to the
tracing RustDoc, the tracing README, and the root repository README.

(cc @jonhoo, @jtescher, @pkinsky, @GregBowyer, @zanria, @hlb8122)

Closes #373

Signed-off-by: Eliza Weisman eliza@buoyant.io

This branch adds a list of related crates not in this repository to the
`tracing` RustDoc, the `tracing` README, and the root repository README.

(cc @jonhoo, @jtescher, @pkinsky, @GregBowyer, @zanria, @hlb8122)

Closes #373

Signed-off-by: Eliza Weisman <eliza@buoyant.io>
@hawkw hawkw added the kind/docs label Jan 3, 2020
@hawkw hawkw requested a review from a team January 3, 2020 21:54
@hawkw hawkw self-assigned this Jan 3, 2020
Signed-off-by: Eliza Weisman <eliza@buoyant.io>
tracing/README.md Outdated Show resolved Hide resolved
README.md Show resolved Hide resolved
Signed-off-by: Eliza Weisman <eliza@buoyant.io>
@hawkw hawkw requested a review from davidbarsky January 4, 2020 21:09
@hawkw hawkw merged commit 1725ab9 into master Jan 4, 2020
hawkw added a commit that referenced this pull request Jan 10, 2020
Added

- `Span::with_subscriber` method to access the subscriber that tracks a
  `Span` (#503)
- API documentation now shows which features are required by
  feature-flagged items (#523)
- Improved README examples (#496)
- Documentation links to related crates (#507)

Signed-off-by: Eliza Weisman <eliza@buoyant.io>
hawkw added a commit that referenced this pull request Jan 11, 2020
Added

- `Span::with_subscriber` method to access the subscriber that tracks a
  `Span` (#503)
- API documentation now shows which features are required by
  feature-flagged items (#523)
- Improved README examples (#496)
- Documentation links to related crates (#507)

Signed-off-by: Eliza Weisman <eliza@buoyant.io>
hawkw added a commit that referenced this pull request Jan 11, 2020
* tracing: update core version

Signed-off-by: Eliza Weisman <eliza@buoyant.io>

* tracing: prepare to release 0.1.12

Added

- `Span::with_subscriber` method to access the subscriber that tracks a
  `Span` (#503)
- API documentation now shows which features are required by
  feature-flagged items (#523)
- Improved README examples (#496)
- Documentation links to related crates (#507)

Signed-off-by: Eliza Weisman <eliza@buoyant.io>

* Update CHANGELOG.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

List/link to third-party crates
2 participants