1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
// SPDX-License-Identifier: AGPL-3.0-or-later
//! # kaizen
//!
//! Re-exports the internal crate graph for the `kaizen` binary, integration tests, and
//! `cargo check` of the full tree.
//!
//! # Documentation for users
//!
//! Prose lives in the repository on GitHub: [`docs/`](https://github.com/marquesds/kaizen/tree/main/docs)
//! (CLI, configuration, and the [telemetry journey](https://github.com/marquesds/kaizen/blob/main/docs/telemetry-journey.md)
//! explainer). The [docs.rs](https://docs.rs/kaizen-cli) page documents **this** Rust API; it does
//! not include the `docs/` markdown because that folder is excluded from the published crate
//! (see `exclude` in `Cargo.toml`).
pub use crateDataSource;