# 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