celq 0.4.0

A CEL command-line query tool for JSON data
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//! # celq Manual
#![doc = include_str!("../docs/manual.md")]

//! # Other Guides
//! [Installation Guide](`crate::installation_guide`)
//!
//! [Comparison with other tools](`crate::comparison_with_other_tools`)
pub mod installation_guide {
    //! # celq Installation Guide
    #![doc = include_str!("../docs/installation_guide.md")]
}

pub mod comparison_with_other_tools {
    //! # Comparison with other tools
    #![doc = include_str!("../docs/comparison_with_other_tools.md")]
}