Skip to content

Commit

Permalink
niri-ipc: Document features
Browse files Browse the repository at this point in the history
  • Loading branch information
YaLTeR committed Nov 9, 2024
1 parent b18cfba commit 9d8f640
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions niri-ipc/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@
//! [dependencies]
//! niri-ipc = "=0.1.10"
//! ```
//!
//! ## Features
//!
//! This crate defines the following features:
//! - `json-schema`: derives the [schemars](https://lib.rs/crates/schemars) `JsonSchema` trait for
//! the types.
//! - `clap`: derives the clap CLI parsing traits for some types. Used internally by niri itself.
#![warn(missing_docs)]

use std::collections::HashMap;
Expand Down

0 comments on commit 9d8f640

Please sign in to comment.