[go: up one dir, main page]

tracing-core 0.1.1

Core primitives for application-level tracing.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 0.1.1 (July 6, 2019)

### Added

- `Subscriber::current_span` API to return the current span (#148).
- `span::Current` type, representing the `Subscriber`'s view of the current
  span (#148).

### Fixed

- Typos and broken links in documentation (#123, #124, #128, #154)

# 0.1.0 (June 27, 2019)

- Initial release