# PGXN Build Module [![license-badge]][license] [![crates-badge]][crates] [![release-badge]][release] [![ci-badge]][ci] [![cov-badge]][cov] [![docs-badge]][docs] [![deps-badge]][deps] **The pgxn_build crate builds [PGXN] distributions on a variety of platforms and Postgres versions.** --- Contributing ------------ We welcome community contributions to this project. All contributors must abide by the [PostgresSQL Code of Conduct]. * Create [Issues] to submit bug reports and feature requests * Submit [Pull Requests] to fix issues or add features License ------- This project is distributed under the [PostgreSQL License][license]. [license-badge]: https://img.shields.io/badge/License-PostgreSQL-blue.svg "โ๏ธ PostgreSQL License" [license]: https://opensource.org/licenses/PostgreSQL "โ๏ธ PostgreSQL License" [crates-badge]: https://img.shields.io/crates/v/pgxn_build.svg "๐ฆ Crate" [crates]: https://crates.io/crates/pgxn_build "๐ฆ Crate" [docs-badge]: https://docs.rs/pgxn_build/badge.svg "๐ Docs Status" [docs]: https://docs.rs/pgxn_build "๐ Docs Status" [ci-badge]: https://github.com/pgxn/build/actions/workflows/test-and-lint.yml/badge.svg "๐งช Test and Lint" [ci]: https://github.com/pgxn/build/actions/workflows/test-and-lint "๐งช Test and Lint" [cov-badge]: https://codecov.io/gh/pgxn/build/graph/badge.svg?token=XnAe8omZ1J "๐ Code Coverage" [cov]: https://codecov.io/gh/pgxn/build "๐ Code Coverage" [deps-badge]: https://deps.rs/repo/github/pgxn/build/status.svg "โฌ๏ธ Dependency Status" [deps]: https://deps.rs/repo/github/pgxn/build "โฌ๏ธ Dependency Status" [release-badge]: https://img.shields.io/github/release/pgxn/build.svg "๐ Latest Release" [release]: https://github.com/pgxn/build/releases/latest "๐ Latest Release" [PGXN]: https://pgxn.org "PGXN: PostgreSQL Extension Network" [PostgresSQL Code of Conduct]: https://www.postgresql.org/about/policies/coc/ [`pgxn_build` docs on docs.rs]: https://docs.rs/ubi/latest/pgxn_build/ [Issues]: https://github.com/pgxn/build/issues [Pull Requests]: https://github.com/pgxn/build/pulls