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

rust-combine-devel-4.6.6-5.fc40 RPM for noarch

From Fedora Rawhide for x86_64 / r

Name: rust-combine-devel Distribution: Fedora Project
Version: 4.6.6 Vendor: Fedora Project
Release: 5.fc40 Build date: Fri Jan 26 20:00:36 2024
Group: Unspecified Build host: buildhw-x86-14.iad2.fedoraproject.org
Size: 674177 Source RPM: rust-combine-4.6.6-5.fc40.src.rpm
Packager: Fedora Project
Url: https://crates.io/crates/combine
Summary: Fast parser combinators on arbitrary streams with zero-copy support
Fast parser combinators on arbitrary streams with zero-copy support.

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

Provides

Requires

License

MIT

Changelog

* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4.6.6-5
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sat Oct 28 2023 Fabio Valentini <decathorpe@gmail.com> - 4.6.6-4
  - Regenerate with rust2rpm v25
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4.6.6-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4.6.6-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Wed Aug 10 2022 Fabio Valentini <decathorpe@gmail.com> - 4.6.6-1
  - Update to version 4.6.6; Fixes RHBZ#2117017
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.6.4-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Wed May 25 2022 Fabio Valentini <decathorpe@gmail.com> - 4.6.4-1
  - Update to version 4.6.4; Fixes RHBZ#2078450
* Sat Feb 05 2022 Fabio Valentini <decathorpe@gmail.com> - 4.6.3-1
  - Update to version 4.6.3; Fixes RHBZ#2050963

Files

/usr/share/cargo/registry/combine-4.6.6
/usr/share/cargo/registry/combine-4.6.6/.cargo-checksum.json
/usr/share/cargo/registry/combine-4.6.6/CHANGELOG.md
/usr/share/cargo/registry/combine-4.6.6/Cargo.toml
/usr/share/cargo/registry/combine-4.6.6/LICENSE
/usr/share/cargo/registry/combine-4.6.6/README.md
/usr/share/cargo/registry/combine-4.6.6/benches
/usr/share/cargo/registry/combine-4.6.6/benches/data.json
/usr/share/cargo/registry/combine-4.6.6/benches/http-requests.txt
/usr/share/cargo/registry/combine-4.6.6/benches/http.rs
/usr/share/cargo/registry/combine-4.6.6/benches/json.rs
/usr/share/cargo/registry/combine-4.6.6/benches/mp4.rs
/usr/share/cargo/registry/combine-4.6.6/ci.sh
/usr/share/cargo/registry/combine-4.6.6/examples
/usr/share/cargo/registry/combine-4.6.6/examples/async.rs
/usr/share/cargo/registry/combine-4.6.6/examples/date.rs
/usr/share/cargo/registry/combine-4.6.6/examples/ini.rs
/usr/share/cargo/registry/combine-4.6.6/examples/number.rs
/usr/share/cargo/registry/combine-4.6.6/examples/readme.rs
/usr/share/cargo/registry/combine-4.6.6/release.sh
/usr/share/cargo/registry/combine-4.6.6/rustfmt.toml
/usr/share/cargo/registry/combine-4.6.6/src
/usr/share/cargo/registry/combine-4.6.6/src/error.rs
/usr/share/cargo/registry/combine-4.6.6/src/future_ext.rs
/usr/share/cargo/registry/combine-4.6.6/src/lib.rs
/usr/share/cargo/registry/combine-4.6.6/src/parser
/usr/share/cargo/registry/combine-4.6.6/src/parser/byte.rs
/usr/share/cargo/registry/combine-4.6.6/src/parser/char.rs
/usr/share/cargo/registry/combine-4.6.6/src/parser/choice.rs
/usr/share/cargo/registry/combine-4.6.6/src/parser/combinator.rs
/usr/share/cargo/registry/combine-4.6.6/src/parser/error.rs
/usr/share/cargo/registry/combine-4.6.6/src/parser/function.rs
/usr/share/cargo/registry/combine-4.6.6/src/parser/mod.rs
/usr/share/cargo/registry/combine-4.6.6/src/parser/range.rs
/usr/share/cargo/registry/combine-4.6.6/src/parser/regex.rs
/usr/share/cargo/registry/combine-4.6.6/src/parser/repeat.rs
/usr/share/cargo/registry/combine-4.6.6/src/parser/sequence.rs
/usr/share/cargo/registry/combine-4.6.6/src/parser/token.rs
/usr/share/cargo/registry/combine-4.6.6/src/stream
/usr/share/cargo/registry/combine-4.6.6/src/stream/buf_reader.rs
/usr/share/cargo/registry/combine-4.6.6/src/stream/buffered.rs
/usr/share/cargo/registry/combine-4.6.6/src/stream/decoder.rs
/usr/share/cargo/registry/combine-4.6.6/src/stream/easy.rs
/usr/share/cargo/registry/combine-4.6.6/src/stream/mod.rs
/usr/share/cargo/registry/combine-4.6.6/src/stream/position.rs
/usr/share/cargo/registry/combine-4.6.6/src/stream/read.rs
/usr/share/cargo/registry/combine-4.6.6/src/stream/span.rs
/usr/share/cargo/registry/combine-4.6.6/src/stream/state.rs
/usr/share/cargo/registry/combine-4.6.6/tests
/usr/share/cargo/registry/combine-4.6.6/tests/async.rs
/usr/share/cargo/registry/combine-4.6.6/tests/buffered_stream.rs
/usr/share/cargo/registry/combine-4.6.6/tests/parser.rs
/usr/share/cargo/registry/combine-4.6.6/tests/parser_macro.rs
/usr/share/cargo/registry/combine-4.6.6/tests/support
/usr/share/cargo/registry/combine-4.6.6/tests/support/mod.rs


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Apr 13 00:04:48 2024