psmatcher 0.4.0-alpha.0

A pub/sub matcher algorithm implementation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Copyright (c) Subzero Labs, Inc.
// SPDX-License-Identifier: Apache-2.0

//! # README Documentation
//!
//! This module contains the documentation from the README.md file.
//! It ensures that the examples in the README are tested by cargo-doc.
//!
//! The content below is directly included from the README.md file:
//!
#![doc = include_str!("../README.md")]

/// This function is not meant to be called directly.
/// It exists solely to host the README documentation.
#[doc(hidden)]
pub fn _readme_doc() {}