p2panda-rs 0.7.0

All the things a panda needs
Documentation
1
2
3
4
5
6
7
8
9
10
// SPDX-License-Identifier: AGPL-3.0-or-later

//! Fixture templates which can be used to run a single test agains collections a cases.
mod entry_templates;
mod operation_templates;
mod version_fixture_templates;

pub use entry_templates::*;
pub use operation_templates::*;
pub use version_fixture_templates::*;