Thanks to visit codestin.com
Credit goes to lib.rs

Adding pg_escape library as a dependency

Run this command in a terminal, in your project's directory:

cargo add pg_escape

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

pg_escape = "0.1.1"

The pg_escape library will be automatically available globally. Read the pg_escape library documentation.

Back to the crate overview.