Crates.io | pgrx-macros |
lib.rs | pgrx-macros |
version | 0.12.8 |
source | src |
created_at | 2023-04-17 20:50:47.854561 |
updated_at | 2024-11-02 17:35:15.556673 |
description | Proc Macros for 'pgrx' |
homepage | https://github.com/pgcentralfoundation/pgrx/ |
repository | https://github.com/pgcentralfoundation/pgrx/ |
max_upload_size | |
id | 841876 |
size | 66,323 |
Procedural macros for pgrx
.
Provides:
- #[pg_extern]
- #[pg_guard]
- #[pg_test]
- #[derive(PostgresType)]
- #[derive(PostgresEnum)]
- #[derive(PostgresGucEnum)]
Using pgrx
as a dependency necessitates that pgrx-macros
also be a dependency