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

use rstest_reuse::template;

/// Template which will contain many version fixtures in the future.
#[template]
#[export]
#[rstest]
#[case::latest($crate::test_utils::fixtures::latest_fixture())]
pub fn version_fixtures(#[case] fixture: Fixture) {}