rust-rustdct-devel-0.7.1-3.el10_0 in Fedora EPEL 10.1
↵ Return to the main page of rust-rustdct-devel
View build
Search for updates
Package Info
🠗 Changelog
🠗 Provides
🠗 Files
Changelog
Date |
Author |
Change |
2023-07-21 |
Fedora Release Engineering <releng at fedoraproject dot org> - 0.7.1-3 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild |
2023-01-21 |
Fedora Release Engineering <releng at fedoraproject dot org> - 0.7.1-2 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild |
2022-11-15 |
Orion Poplawski <orion at nwra dot com> - 0.7.1-1 |
- Initial import |
Provides
- crate(rustdct)
- rust-rustdct-devel
Files
- usr/
- share/
- cargo/
- registry/
- rustdct-0.7.1/
- .cargo-checksum.json
- Cargo.toml
- LICENSE-APACHE
- LICENSE-MIT
- README.md
- RELEASES.md
- benches/
- bench_dct_naive.rs
- bench_dct_planned.rs
- bench_dct_via_fft.rs
- examples/
- src/
- algorithm/
- mod.rs
- type1_convert_to_fft.rs
- type1_naive.rs
- type2and3_butterflies.rs
- type2and3_convert_to_fft.rs
- type2and3_naive.rs
- type2and3_splitradix.rs
- type4_convert_to_fft.rs
- type4_convert_to_type3.rs
- type4_naive.rs
- type5_naive.rs
- type6and7_convert_to_fft.rs
- type6and7_naive.rs
- type8_naive.rs
- array_utils.rs
- common.rs
- lib.rs
- mdct/
- mdct_naive.rs
- mdct_via_dct4.rs
- mod.rs
- window_fn.rs
- plan.rs
- test_utils.rs
- twiddles.rs
- tests/
- common/
- known_data.rs
- macros.rs
- mod.rs
- reference_impls.rs
- test_dct.rs