psibase-macros-lib

Crates.iopsibase-macros-lib
lib.rspsibase-macros-lib
version0.14.0
sourcesrc
created_at2024-12-04 15:57:26.903014
updated_at2024-12-04 15:57:26.903014
descriptionMacros to support psibase development
homepagehttps://psibase.io
repositoryhttps://github.com/gofractally/psibase
max_upload_size
id1472247
size64,500
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: 5067

cargo fmt