| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: rust-h2-devel | Distribution: Fedora Project |
| Version: 0.4.15 | Vendor: Fedora Project |
| Release: 2.fc45 | Build date: Sat Jul 18 06:50:25 2026 |
| Group: Unspecified | Build host: buildvm-x86-20.rdu3.fedoraproject.org |
| Size: 835107 | Source RPM: rust-h2-0.4.15-2.fc45.src.rpm |
| Packager: Fedora Project | |
| Url: https://crates.io/crates/h2 | |
| Summary: HTTP/2 client and server | |
An HTTP/2 client and server. This package contains library source intended for building other packages which use the "h2" crate.
MIT
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.15-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild * Thu Jun 18 2026 Fabio Valentini <decathorpe@gmail.com> - 0.4.15-1 - Update to version 0.4.15; Fixes RHBZ#2488902 * Wed May 27 2026 Fabio Valentini <decathorpe@gmail.com> - 0.4.14-1 - Update to version 0.4.14; Fixes RHBZ#2466480 * Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.13-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild * Wed Jan 07 2026 Fabio Valentini <decathorpe@gmail.com> - 0.4.13-1 - Update to version 0.4.13; Fixes RHBZ#2427232 * Thu Aug 07 2025 Fabio Valentini <decathorpe@gmail.com> - 0.4.12-1 - Update to version 0.4.12; Fixes RHBZ#2386891 * Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.11-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild * Tue Jul 08 2025 Fabio Valentini <decathorpe@gmail.com> - 0.4.11-1 - Update to version 0.4.11 * Sat May 10 2025 Fabio Valentini <decathorpe@gmail.com> - 0.4.10-1 - Update to version 0.4.10; Fixes RHBZ#2364103 * Mon Apr 28 2025 Fabio Valentini <decathorpe@gmail.com> - 0.4.9-1 - Update to version 0.4.9; Fixes RHBZ#2359541 * Wed Feb 19 2025 Fabio Valentini <decathorpe@gmail.com> - 0.4.8-1 - Update to version 0.4.8; Fixes RHBZ#2346375 * Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Tue Nov 26 2024 Fabio Valentini <decathorpe@gmail.com> - 0.4.7-1 - Update to version 0.4.7; Fixes RHBZ#2327437 * Tue Sep 17 2024 Fabio Valentini <decathorpe@gmail.com> - 0.4.6-1 - Update to version 0.4.6; Fixes RHBZ#2306041 * Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
/usr/share/cargo/registry/h2-0.4.15 /usr/share/cargo/registry/h2-0.4.15/.cargo-checksum.json /usr/share/cargo/registry/h2-0.4.15/CHANGELOG.md /usr/share/cargo/registry/h2-0.4.15/CONTRIBUTING.md /usr/share/cargo/registry/h2-0.4.15/Cargo.toml /usr/share/cargo/registry/h2-0.4.15/LICENSE /usr/share/cargo/registry/h2-0.4.15/README.md /usr/share/cargo/registry/h2-0.4.15/benches /usr/share/cargo/registry/h2-0.4.15/benches/main.rs /usr/share/cargo/registry/h2-0.4.15/examples /usr/share/cargo/registry/h2-0.4.15/examples/akamai.rs /usr/share/cargo/registry/h2-0.4.15/examples/client.rs /usr/share/cargo/registry/h2-0.4.15/examples/server.rs /usr/share/cargo/registry/h2-0.4.15/src /usr/share/cargo/registry/h2-0.4.15/src/client.rs /usr/share/cargo/registry/h2-0.4.15/src/codec /usr/share/cargo/registry/h2-0.4.15/src/codec/error.rs /usr/share/cargo/registry/h2-0.4.15/src/codec/framed_read.rs /usr/share/cargo/registry/h2-0.4.15/src/codec/framed_write.rs /usr/share/cargo/registry/h2-0.4.15/src/codec/mod.rs /usr/share/cargo/registry/h2-0.4.15/src/error.rs /usr/share/cargo/registry/h2-0.4.15/src/ext.rs /usr/share/cargo/registry/h2-0.4.15/src/frame /usr/share/cargo/registry/h2-0.4.15/src/frame/data.rs /usr/share/cargo/registry/h2-0.4.15/src/frame/go_away.rs /usr/share/cargo/registry/h2-0.4.15/src/frame/head.rs /usr/share/cargo/registry/h2-0.4.15/src/frame/headers.rs /usr/share/cargo/registry/h2-0.4.15/src/frame/mod.rs /usr/share/cargo/registry/h2-0.4.15/src/frame/ping.rs /usr/share/cargo/registry/h2-0.4.15/src/frame/priority.rs /usr/share/cargo/registry/h2-0.4.15/src/frame/reason.rs /usr/share/cargo/registry/h2-0.4.15/src/frame/reset.rs /usr/share/cargo/registry/h2-0.4.15/src/frame/settings.rs /usr/share/cargo/registry/h2-0.4.15/src/frame/stream_id.rs /usr/share/cargo/registry/h2-0.4.15/src/frame/util.rs /usr/share/cargo/registry/h2-0.4.15/src/frame/window_update.rs /usr/share/cargo/registry/h2-0.4.15/src/fuzz_bridge.rs /usr/share/cargo/registry/h2-0.4.15/src/hpack /usr/share/cargo/registry/h2-0.4.15/src/hpack/decoder.rs /usr/share/cargo/registry/h2-0.4.15/src/hpack/encoder.rs /usr/share/cargo/registry/h2-0.4.15/src/hpack/header.rs /usr/share/cargo/registry/h2-0.4.15/src/hpack/huffman /usr/share/cargo/registry/h2-0.4.15/src/hpack/huffman/mod.rs /usr/share/cargo/registry/h2-0.4.15/src/hpack/huffman/table.rs /usr/share/cargo/registry/h2-0.4.15/src/hpack/mod.rs /usr/share/cargo/registry/h2-0.4.15/src/hpack/table.rs /usr/share/cargo/registry/h2-0.4.15/src/hpack/test /usr/share/cargo/registry/h2-0.4.15/src/hpack/test/fixture.rs /usr/share/cargo/registry/h2-0.4.15/src/hpack/test/fuzz.rs /usr/share/cargo/registry/h2-0.4.15/src/hpack/test/mod.rs /usr/share/cargo/registry/h2-0.4.15/src/lib.rs /usr/share/cargo/registry/h2-0.4.15/src/proto /usr/share/cargo/registry/h2-0.4.15/src/proto/connection.rs /usr/share/cargo/registry/h2-0.4.15/src/proto/error.rs /usr/share/cargo/registry/h2-0.4.15/src/proto/go_away.rs /usr/share/cargo/registry/h2-0.4.15/src/proto/mod.rs /usr/share/cargo/registry/h2-0.4.15/src/proto/peer.rs /usr/share/cargo/registry/h2-0.4.15/src/proto/ping_pong.rs /usr/share/cargo/registry/h2-0.4.15/src/proto/settings.rs /usr/share/cargo/registry/h2-0.4.15/src/proto/streams /usr/share/cargo/registry/h2-0.4.15/src/proto/streams/buffer.rs /usr/share/cargo/registry/h2-0.4.15/src/proto/streams/counts.rs /usr/share/cargo/registry/h2-0.4.15/src/proto/streams/flow_control.rs /usr/share/cargo/registry/h2-0.4.15/src/proto/streams/mod.rs /usr/share/cargo/registry/h2-0.4.15/src/proto/streams/prioritize.rs /usr/share/cargo/registry/h2-0.4.15/src/proto/streams/recv.rs /usr/share/cargo/registry/h2-0.4.15/src/proto/streams/send.rs /usr/share/cargo/registry/h2-0.4.15/src/proto/streams/state.rs /usr/share/cargo/registry/h2-0.4.15/src/proto/streams/store.rs /usr/share/cargo/registry/h2-0.4.15/src/proto/streams/stream.rs /usr/share/cargo/registry/h2-0.4.15/src/proto/streams/streams.rs /usr/share/cargo/registry/h2-0.4.15/src/server.rs /usr/share/cargo/registry/h2-0.4.15/src/share.rs
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Jul 27 23:51:01 2026