cordis-group 0.0.1

Nested plugin groups with cascading disable for the cordis-rs plugin framework
Documentation
1
2
3
4
5
6
7
8
//! The `Group` plugin: nested plugin groups with cascading `disabled`.
//!
//! **Status: placeholder.** This crate is under active development as part of
//! the cordis-rs workspace. See the repository for the roadmap.

/// Marker for the group plugin implementation.
#[derive(Debug, Clone, Copy, Default)]
pub struct Group;