Skip to content

capi-5.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 03 Nov 17:56
· 3 commits to main since this release
4e6b2c8
refactor(capi): Move CAPI generation to its own crate (#234)

* refactor(capi): Move CAPI generation to its own crate

* reduce Biscuit visibility

* remove capi.rs

* add `print_block_source` c binding

* add test for `biscuit_print_block_source` + use `inttypes.h` macros for handling cross-platform `uint64_t` type

* remove `block()` usage and C-API usage