psibase-macros-lib

Crates.iopsibase-macros-lib
lib.rspsibase-macros-lib
version0.21.0
created_at2024-12-04 15:57:26.903014+00
updated_at2025-09-18 19:09:02.106515+00
descriptionMacros to support psibase development
homepagehttps://psibase.io
repositoryhttps://github.com/gofractally/psibase
max_upload_size
id1472247
size82,762
James Mart (James-Mart)

documentation

README

Core macros for Psibase

This defines the core functions that back the macros for the fracpack crate and psibase crate. See the documentation for those crates.

Service macro test suite

There are 2 parts to the suite.

  • Unit testing, which largely tests boundary conditions and failure cases.Run cargo test in the ./psibase-macros-lib/ subdir.
  • functional testing (kinda) which exercises the service after it is transformed by the macro. Run cargo-psibase test in ../test_psibase_macros.
Commit count: 7650

cargo fmt