// Copyright (c) The nextest Contributors
// SPDX-License-Identifier: MIT OR Apache-2.0
//! Logic for parsing [filtersets](https://nexte.st/docs/filtersets) used by cargo-nextest.
pub use ;
pub use ParsedExpr;
/// The canonical filterset DSL reference.
///
/// This is used by the CLI to render `cargo nextest help filterset`. The
/// nextest website also renders it via an `<!-- include -->` snippet.
pub const FILTERSET_REFERENCE_MD: &str = include_str!;