Skip to content

Commit a410a5f

Browse files
authored
Add array-impls feature in docs table
1 parent 8785773 commit a410a5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tokio-postgres/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@
104104
//! | Feature | Description | Extra dependencies | Default |
105105
//! | ------- | ----------- | ------------------ | ------- |
106106
//! | `runtime` | Enable convenience API for the connection process based on the `tokio` crate. | [tokio](https://crates.io/crates/tokio) 1.0 with the features `net` and `time` | yes |
107+
//! | `array-impls` | Enables `ToSql` and `FromSql` trait impls for arrays | - | no |
107108
//! | `with-bit-vec-0_6` | Enable support for the `bit-vec` crate. | [bit-vec](https://crates.io/crates/bit-vec) 0.6 | no |
108109
//! | `with-chrono-0_4` | Enable support for the `chrono` crate. | [chrono](https://crates.io/crates/chrono) 0.4 | no |
109110
//! | `with-eui48-0_4` | Enable support for the 0.4 version of the `eui48` crate. | [eui48](https://crates.io/crates/eui48) 0.4 | no |

0 commit comments

Comments
 (0)