Files
pezkuwi-sdk/bizinikiwi/pezframe/examples/default-config
pezkuwichain bfc2cc5284 chore: update documentation URLs to use workspace setting
Replace all docs.rs documentation URLs with documentation.workspace = true
to inherit from the workspace's docs.pezkuwichain.io URL.
2025-12-27 17:56:39 +03:00
..

Default Config Example Pezpallet

An example pezpallet demonstrating the ability to derive default testing configs via #[derive_impl] and #[pezpallet::config(with_default)].

Run cargo doc --package pezpallet-default-config-example --open to view this pezpallet's documentation.

License: MIT-0