arti/crates/tor-events
Nick Mathewson 7a5373c110 Run fixup-features --no-annotate for initial Cargo.toml fixes.
This does the following:
  - Gives every crate a `full`.
  - Cause every `full` to depend on `full` from the lower-level
    crates.
  - Makes every feature listed _directly_ in `experimental` depend
    on `__is_experimental`.
2023-05-15 09:07:21 -04:00
..
src Allow clippy::unchecked_duration_subtraction in tests 2023-01-27 08:28:02 -05:00
Cargo.toml Run fixup-features --no-annotate for initial Cargo.toml fixes. 2023-05-15 09:07:21 -04:00
README.md run ./maint/readmes.sh 2021-11-29 21:29:28 +10:00

README.md

tor-events

Tools for generating a stream of structured events, similar to C tor's ControlPort.

License: MIT OR Apache-2.0