Crates.io | pgrx-macros |
lib.rs | pgrx-macros |
version | 0.16.1 |
created_at | 2023-04-17 20:50:47.854561+00 |
updated_at | 2025-09-25 18:49:12.858973+00 |
description | Proc Macros for 'pgrx' |
homepage | https://github.com/pgcentralfoundation/pgrx/ |
repository | https://github.com/pgcentralfoundation/pgrx/ |
max_upload_size | |
id | 841876 |
size | 78,458 |
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