Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Should fallible_iterator be pub? #520

Closed
@liquidscorpio

Description

@liquidscorpio

This is to use LazyRows as explainedhere.

extern crate fallible_iterator;use fallible_iterator::FallibleIterator;/// Code involving LazyRow

To use theFallibleIterator, the user needs to add fallible-iterator to their Cargo.toml which can lead to version mismatch. For example, the current latest version for the fallible-iterator crate is0.2.0 on crates.io but rust-postgres uses0.1.6 for the same crate.

Keeping the fallible-iterator crate version in local Cargo.toml synchronized with the one used by the postgres crate can be a source of human error leading to subtle bugs.

One option could be to expose theFallibleIterator from postgres crate itself.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp