Skip to content

Commit

Permalink
Add docs for feature flags (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
RedPhoenixQ authored Oct 19, 2024
1 parent f8361cb commit aef8b84
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,12 @@
//! $ inferno-diff-folded folded2 folded1 | inferno-flamegraph --negate > diff1.svg
//! ```
//!
//! # Feature flags
//! All features below are enabled by default
//! - `cli`: Also builds the `inferno` command-line tools
//! - `multithreaded`: Enables multithreaded stack-collapsing
//! - `nameattr`: Allows for adding customizing and adding attributes to the svg of [`flamegraph`]. See the `--nameattr` option for the flamegraph cli
//!
//! # Development
//!
//! This crate was initially developed through [a series of live coding sessions]. If you want to
Expand Down

0 comments on commit aef8b84

Please sign in to comment.