Skip to content

Conversation

@JakubKoralewski
Copy link
Contributor

Continued @novacrazy's #1095

I can commit half an hour to make any changes, but pushing (use the Force maintainers) to this branch would be appreciated.

novacrazy and others added 2 commits November 23, 2025 11:41
Use map instead of ?

smol_str 0.3 support

Formatting
docs: refactor for DRY feature_docs.md of tokio-postgres,postgres,postgres-types
as mentioned in rust-postgres#1095 (comment)

chore: alphabetize with-* imports in Cargo.toml for tokio-postgres,postgres,postgres-types

chore: squashed @novacrazy's changes in rust-postgres#1095, rebased to master in accordance with rust-postgres#1095 (comment),
Copy link
Member

@paolobarbolini paolobarbolini left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for taking over #1095.

If you can could you split individual changes, like reordering items in Cargo.toml and moving features to a shared .md file, into separate commits?

//! | `with-uuid-1` | Enable support for the `uuid` crate. | [uuid](https://crates.io/crates/uuid) 1.0 | no |
//! | `with-time-0_2` | Enable support for the 0.2 version of the `time` crate. | [time](https://crates.io/crates/time/0.2.0) 0.2 | no |
//! | `with-time-0_3` | Enable support for the 0.3 version of the `time` crate. | [time](https://crates.io/crates/time/0.3.0) 0.3 | no |
#![doc = include_str!("../../postgres-types/feature_docs.md")]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this is going to work in the docs.rs build, given that it won't have access to the entire workspace. This could be resolved with a symlink.

//!
//! # Features
//!
#![doc=include_str!("../../postgres-types/feature_docs.md")]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

...same here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants