Skip to main content

tagit_sub/
lib.rs

1//! Re-exports [`tagit_sub_command`] and [`tagit_sub_impl`], while guaranteeing they're compatible
2//! with each other.
3
4pub use tagit_sub_command::SubtreeCommand;
5#[cfg(feature = "impl")]
6pub use tagit_sub_impl::sub;