Docs.rs
Htrace-1.0.2
Htrace 1.0.2
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
hyultis
Dependencies
Hconfig ^1.1
normal
anyhow ^1.0
normal
arc-swap ^1.7
normal
backtrace ^0.3
normal
chrono ^0.4
normal
dashmap ^6.0
normal
owo-colors ^4.1
normal
parking_lot ^0.12
normal
singletonThread ^1.1
normal
strfmt ^0.2
normal
thiserror ^1.0
normal
Versions
13.33%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Htrace
1.0.2
All Items
Crate Items
Modules
Macros
Enums
Crate
Htrace
Copy item path
Source
Modules
§
Command
Line
File
HTracer
Module
Abstract
Type
backtrace
Macros
§
HTrace
shortcut for the log fonction (default to Type::NORMAL) can be use like that :
HTrace
Error
shortcut for the log function for Result>Error (default to Type::ERROR) take a result, and if it in error, trace it. do nothing if result is ok this only make sense if you want to receive the error information for debugging can be use like that :
backtrace
generate forced backtrace, it take some time
named
Thread
spawn a thread with a specific name “{filename}_{line}” by default, or a string on the first argument automatically set threadSetName inside
Enums
§
Errors