Re: Port wanting pgx cargo crate

From: Kevin Bowling <kevin.bowling_at_kev009.com>
Date: Wed, 27 Oct 2021 15:16:56 UTC
On Tue, Oct 26, 2021 at 7:39 AM Kevin Bowling <kevin.bowling@kev009.com> wrote:
>
> Hi,
>
> I am curious if anyone has any suggestions for using the 'pgx' crate in a port.
>
> Specifically, it has an 'init' command that must be run before
> the crate is used which bootstraps some external dependencies on postgres and
> pg_config.
>
> https://github.com/zombodb/pgx

After digging around a bit, it seems part of this is a new cargo
sub-command similar to something like devel/cargo-c, so I will need to
make a pgx port to handle making this sub-command available.