Crates.io | hax-lib-macros |
lib.rs | hax-lib-macros |
version | 0.1.0-alpha.1 |
source | src |
created_at | 2024-06-18 09:26:14.447867 |
updated_at | 2024-10-07 14:08:06.383883 |
description | Hax-specific proc-macros for Rust programs |
homepage | https://github.com/hacspec/hax |
repository | https://github.com/hacspec/hax |
max_upload_size | |
id | 1275300 |
size | 70,371 |
Hax-specific proc-macros for Rust programs.
This crate defines proc macros to be used in Rust programs that are extracted with
hax.
It provides proc macros such as requires
and ensures
to define pre- and post-conditions
for functions.