Merge pull request #800 from jrsmith17/master
Making Postgres Types Documentation More Explict For Feature Flags
This commit is contained in:
commit
9ead59e302
@ -6,7 +6,12 @@
|
||||
//! # Derive
|
||||
//!
|
||||
//! If the `derive` cargo feature is enabled, you can derive `ToSql` and `FromSql` implementations for custom Postgres
|
||||
//! types.
|
||||
//! types. Explicitly, modify your `Cargo.toml` file to include the following:
|
||||
//!
|
||||
//! ```toml
|
||||
//! [dependencies]
|
||||
//! postgres-types = { version = "0.X.X", features = ["derive"] }
|
||||
//! ```
|
||||
//!
|
||||
//! ## Enums
|
||||
//!
|
||||
|
Loading…
Reference in New Issue
Block a user