Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

rust-sqlx-postgres-devel-0.8.2-1.fc42 RPM for noarch

From Fedora Rawhide for x86_64 / r

Name: rust-sqlx-postgres-devel Distribution: Fedora Project
Version: 0.8.2 Vendor: Fedora Project
Release: 1.fc42 Build date: Thu Sep 12 18:44:04 2024
Group: Unspecified Build host: buildhw-x86-09.iad2.fedoraproject.org
Size: 575350 Source RPM: rust-sqlx-postgres-0.8.2-1.fc42.src.rpm
Packager: Fedora Project
Url: https://crates.io/crates/sqlx-postgres
Summary: PostgreSQL driver implementation for SQLx
PostgreSQL driver implementation for SQLx. Not for direct use; see the
`sqlx` crate for details.

This package contains library source intended for building other packages which
use the "sqlx-postgres" crate.

Provides

Requires

License

MIT OR Apache-2.0

Changelog

* Thu Sep 12 2024 Cristian Le <git@lecris.dev> - 0.8.2-1
  - import rhbz#2279544

Files

/usr/share/cargo/registry/sqlx-postgres-0.8.2
/usr/share/cargo/registry/sqlx-postgres-0.8.2/.cargo-checksum.json
/usr/share/cargo/registry/sqlx-postgres-0.8.2/Cargo.toml
/usr/share/cargo/registry/sqlx-postgres-0.8.2/LICENSE-APACHE
/usr/share/cargo/registry/sqlx-postgres-0.8.2/LICENSE-MIT
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/advisory_lock.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/any.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/arguments.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/column.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/connection
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/connection/describe.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/connection/establish.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/connection/executor.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/connection/mod.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/connection/sasl.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/connection/stream.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/connection/tls.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/copy.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/database.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/error.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/io
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/io/buf_mut.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/io/mod.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/lib.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/listener.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/message
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/message/authentication.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/message/backend_key_data.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/message/bind.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/message/close.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/message/command_complete.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/message/copy.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/message/data_row.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/message/describe.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/message/execute.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/message/flush.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/message/mod.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/message/notification.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/message/parameter_description.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/message/parameter_status.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/message/parse.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/message/parse_complete.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/message/password.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/message/query.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/message/ready_for_query.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/message/response.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/message/row_description.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/message/sasl.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/message/ssl_request.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/message/startup.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/message/sync.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/message/terminate.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/migrate.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/options
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/options/connect.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/options/mod.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/options/parse.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/options/pgpass.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/options/ssl_mode.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/query_result.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/row.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/statement.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/testing
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/testing/mod.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/transaction.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/type_checking.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/type_info.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/types
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/types/array.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/types/bigdecimal-range.md
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/types/bigdecimal.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/types/bit_vec.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/types/bool.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/types/bytes.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/types/chrono
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/types/chrono/date.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/types/chrono/datetime.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/types/chrono/mod.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/types/chrono/time.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/types/citext.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/types/cube.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/types/float.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/types/hstore.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/types/int.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/types/interval.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/types/ipaddr.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/types/ipnetwork.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/types/json.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/types/lquery.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/types/ltree.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/types/mac_address.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/types/mod.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/types/money.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/types/numeric.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/types/oid.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/types/range.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/types/record.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/types/rust_decimal-range.md
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/types/rust_decimal.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/types/str.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/types/text.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/types/time
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/types/time/date.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/types/time/datetime.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/types/time/mod.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/types/time/time.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/types/time_tz.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/types/tuple.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/types/uuid.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/types/void.rs
/usr/share/cargo/registry/sqlx-postgres-0.8.2/src/value.rs


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri Sep 27 00:52:20 2024