Skip to content

Commit d8e2051

Browse files
committed
Improve docs
1 parent bcd3e96 commit d8e2051

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/rerun-cli/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ rerun = { workspace = true, features = [
5353
] }
5454

5555
anyhow.workspace = true
56+
document-features = "0.2"
5657
mimalloc.workspace = true
5758
tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }
5859

crates/rerun-cli/src/bin/rerun.rs

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
1-
//! The `rerun` binary.
1+
//! The `rerun` binary, part of the [`rerun`](https://github.com/rerun-io/rerun) family of crates.
22
//!
33
//! Run `rerun --help` for more information.
4+
//!
5+
//! ## Feature flags
6+
#![doc = document_features::document_features!()]
7+
//!
8+
//! ## Links
9+
//! - [Examples](https://github.com/rerun-io/rerun/tree/latest/examples/rust)
10+
//! - [High-level docs](http://rerun.io/docs)
11+
//! - [Rust API docs](https://docs.rs/rerun/)
12+
//! - [Troubleshooting](https://www.rerun.io/docs/getting-started/troubleshooting)
413
use re_memory::AccountingAllocator;
514

615
#[global_allocator]

0 commit comments

Comments
 (0)