/hstrace

Syscall tracing CLI & library made in Rust

Primary LanguageRustApache License 2.0Apache-2.0

Syscall tracing CLI & library

Build Status Latest Version Rust Documentation License

Work in progress, to be published

See the design draft: https://github.com/blaind/hstrace/blob/master/docs/01_hstrace_plan.md

Command line tool

TODO

Stracing library

Usage

Add this to your Cargo.toml:

[dependencies]
hstrace = "0.0.3"

And this to your code:

// not yet implemented!

See the design draft: https://github.com/blaind/hstrace/blob/master/docs/01_hstrace_plan.md

License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.