Release Notes
‼️ Breaking changes
⛰️ Features
Contributors
‼️ Breaking changes
opaque is now a standalone directive on #[cheadergen::config(...)] rather
than an argument to export. Write export, opaque to force-include a type
as an opaque forward declaration (previously export(opaque)), or opaque
on its own to mark a type as opaque only when it is otherwise included in
the header.
Install cheadergen_cli 0.2.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/LukeMathWalker/cheadergen/releases/download/0.2.0/cheadergen_cli-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/LukeMathWalker/cheadergen/releases/download/0.2.0/cheadergen_cli-installer.ps1 | iex"
Download cheadergen_cli 0.2.0