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

rust-exr-devel-1.72.0-3.el9 RPM for noarch

From EPEL 9 for x86_64 / Packages / r

Name: rust-exr-devel Distribution: Fedora Project
Version: 1.72.0 Vendor: Fedora Project
Release: 3.el9 Build date: Sun Sep 15 13:56:51 2024
Group: Unspecified Build host: buildhw-a64-07.iad2.fedoraproject.org
Size: 1817832 Source RPM: rust-exr-1.72.0-3.el9.src.rpm
Packager: Fedora Project
Url: https://crates.io/crates/exr
Summary: Read and write OpenEXR files without any unsafe code
Read and write OpenEXR files without any unsafe code.

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

Provides

Requires

License

BSD-3-Clause

Changelog

* Sun Sep 15 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 1.72.0-3
  - Avoid a circular dependency on image
* Sun Sep 15 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 1.72.0-2
  - Drop benchmark-only dev-dependency on bencher
* Sun Aug 04 2024 Fabio Valentini <decathorpe@gmail.com> - 1.72.0-1
  - Initial import (#2297646)

Files

/usr/share/cargo/registry/exr-1.72.0
/usr/share/cargo/registry/exr-1.72.0/.cargo-checksum.json
/usr/share/cargo/registry/exr-1.72.0/CONTRIBUTORS.md
/usr/share/cargo/registry/exr-1.72.0/Cargo.toml
/usr/share/cargo/registry/exr-1.72.0/GUIDE.md
/usr/share/cargo/registry/exr-1.72.0/LICENSE.md
/usr/share/cargo/registry/exr-1.72.0/README.md
/usr/share/cargo/registry/exr-1.72.0/benches
/usr/share/cargo/registry/exr-1.72.0/benches/pixel_format_conversion.rs
/usr/share/cargo/registry/exr-1.72.0/benches/profiling.rs
/usr/share/cargo/registry/exr-1.72.0/benches/read.rs
/usr/share/cargo/registry/exr-1.72.0/benches/write.rs
/usr/share/cargo/registry/exr-1.72.0/examples
/usr/share/cargo/registry/exr-1.72.0/examples/0a_write_rgba.rs
/usr/share/cargo/registry/exr-1.72.0/examples/0b_read_meta.rs
/usr/share/cargo/registry/exr-1.72.0/examples/0c_read_rgba.rs
/usr/share/cargo/registry/exr-1.72.0/examples/1a_write_rgba_with_metadata.rs
/usr/share/cargo/registry/exr-1.72.0/examples/2_rgba_adjust_exposure.rs
/usr/share/cargo/registry/exr-1.72.0/examples/3a_write_dynamic_channels_with_metadata.rs
/usr/share/cargo/registry/exr-1.72.0/examples/3b_read_all_channels_with_metadata.rs
/usr/share/cargo/registry/exr-1.72.0/examples/4a_write_custom_fixed_channels.rs
/usr/share/cargo/registry/exr-1.72.0/examples/4b_read_custom_fixed_channels.rs
/usr/share/cargo/registry/exr-1.72.0/examples/5a_write_multiple_layers.rs
/usr/share/cargo/registry/exr-1.72.0/examples/5c_write_mip_maps.rs
/usr/share/cargo/registry/exr-1.72.0/examples/5d_write_legacy_layers.rs
/usr/share/cargo/registry/exr-1.72.0/examples/7_write_raw_blocks.rs
/usr/share/cargo/registry/exr-1.72.0/examples/8_read_raw_blocks.rs
/usr/share/cargo/registry/exr-1.72.0/examples/README.md
/usr/share/cargo/registry/exr-1.72.0/releasing.md
/usr/share/cargo/registry/exr-1.72.0/src
/usr/share/cargo/registry/exr-1.72.0/src/block
/usr/share/cargo/registry/exr-1.72.0/src/block/chunk.rs
/usr/share/cargo/registry/exr-1.72.0/src/block/lines.rs
/usr/share/cargo/registry/exr-1.72.0/src/block/mod.rs
/usr/share/cargo/registry/exr-1.72.0/src/block/reader.rs
/usr/share/cargo/registry/exr-1.72.0/src/block/samples.rs
/usr/share/cargo/registry/exr-1.72.0/src/block/writer.rs
/usr/share/cargo/registry/exr-1.72.0/src/compression
/usr/share/cargo/registry/exr-1.72.0/src/compression/b44
/usr/share/cargo/registry/exr-1.72.0/src/compression/b44/mod.rs
/usr/share/cargo/registry/exr-1.72.0/src/compression/b44/table.rs
/usr/share/cargo/registry/exr-1.72.0/src/compression/mod.rs
/usr/share/cargo/registry/exr-1.72.0/src/compression/piz
/usr/share/cargo/registry/exr-1.72.0/src/compression/piz/huffman.rs
/usr/share/cargo/registry/exr-1.72.0/src/compression/piz/mod.rs
/usr/share/cargo/registry/exr-1.72.0/src/compression/piz/wavelet.rs
/usr/share/cargo/registry/exr-1.72.0/src/compression/pxr24.rs
/usr/share/cargo/registry/exr-1.72.0/src/compression/rle.rs
/usr/share/cargo/registry/exr-1.72.0/src/compression/zip.rs
/usr/share/cargo/registry/exr-1.72.0/src/error.rs
/usr/share/cargo/registry/exr-1.72.0/src/image
/usr/share/cargo/registry/exr-1.72.0/src/image/channel_groups.rs
/usr/share/cargo/registry/exr-1.72.0/src/image/crop.rs
/usr/share/cargo/registry/exr-1.72.0/src/image/mod.rs
/usr/share/cargo/registry/exr-1.72.0/src/image/pixel_vec.rs
/usr/share/cargo/registry/exr-1.72.0/src/image/read
/usr/share/cargo/registry/exr-1.72.0/src/image/read/any_channels.rs
/usr/share/cargo/registry/exr-1.72.0/src/image/read/image.rs
/usr/share/cargo/registry/exr-1.72.0/src/image/read/layers.rs
/usr/share/cargo/registry/exr-1.72.0/src/image/read/levels.rs
/usr/share/cargo/registry/exr-1.72.0/src/image/read/mod.rs
/usr/share/cargo/registry/exr-1.72.0/src/image/read/samples.rs
/usr/share/cargo/registry/exr-1.72.0/src/image/read/specific_channels.rs
/usr/share/cargo/registry/exr-1.72.0/src/image/recursive.rs
/usr/share/cargo/registry/exr-1.72.0/src/image/write
/usr/share/cargo/registry/exr-1.72.0/src/image/write/channels.rs
/usr/share/cargo/registry/exr-1.72.0/src/image/write/layers.rs
/usr/share/cargo/registry/exr-1.72.0/src/image/write/mod.rs
/usr/share/cargo/registry/exr-1.72.0/src/image/write/samples.rs
/usr/share/cargo/registry/exr-1.72.0/src/io.rs
/usr/share/cargo/registry/exr-1.72.0/src/lib.rs
/usr/share/cargo/registry/exr-1.72.0/src/math.rs
/usr/share/cargo/registry/exr-1.72.0/src/meta
/usr/share/cargo/registry/exr-1.72.0/src/meta/attribute.rs
/usr/share/cargo/registry/exr-1.72.0/src/meta/header.rs
/usr/share/cargo/registry/exr-1.72.0/src/meta/mod.rs
/usr/share/cargo/registry/exr-1.72.0/tests
/usr/share/cargo/registry/exr-1.72.0/tests/dev.rs
/usr/share/cargo/registry/exr-1.72.0/tests/fuzz.rs
/usr/share/cargo/registry/exr-1.72.0/tests/roundtrip.rs


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri Sep 27 06:34:39 2024