Cargo Features
pg_sgr has no features set by default.
[dependencies]
pg_sgr = { version = "0.1.0", features = ["sync", "tokio", "from_row"] }
- sync
-
Enables sync of pg_sgr_from_row
- tokio
-
Enables tokio of pg_sgr_from_row
- from_row
-
Enables pg_sgr_from_row
pg_sgr has 3 features without comments.