rust-sled-devel-0.34.7-2.fc40 in Fedora 40
↵ Return to the main page of rust-sled-devel
View build
Search for updates
Package Info
🠗 Changelog
🠗 Dependencies
🠗 Provides
🠗 Files
Changelog
Date |
Author |
Change |
2024-10-06 |
Fabio Valentini <decathorpe at gmail dot com> - 0.34.7-2 |
- Drop unused pretty_backtrace feature and the color-backtrace dep |
2024-07-22 |
Davide Cavalca <dcavalca at fedoraproject dot org> - 0.34.7-1 |
- Initial import; Fixes: RHBZ#2284641 |
Provides
- crate(sled)
- rust-sled-devel
Files
- usr/
- share/
- cargo/
- registry/
- sled-0.34.7/
- .cargo-checksum.json
- CHANGELOG.md
- CONTRIBUTING.md
- Cargo.toml
- LICENSE-APACHE
- LICENSE-MIT
- README.md
- RELEASE_CHECKLIST.md
- SAFETY.md
- SECURITY.md
- code-of-conduct.md
- src/
- arc.rs
- atomic_shim.rs
- batch.rs
- binary_search.rs
- concurrency_control.rs
- config.rs
- context.rs
- db.rs
- debug_delay.rs
- dll.rs
- doc/
- engineering_practices/
- limits/
- merge_operators/
- mod.rs
- motivating_experiences/
- performance_guide/
- reactive_semantics/
- sled_architectural_outlook/
- testing_strategies/
- event_log.rs
- fail.rs
- fastcmp.rs
- fastlock.rs
- flusher.rs
- histogram.rs
- iter.rs
- ivec.rs
- lazy.rs
- lib.rs
- lru.rs
- measure_allocs.rs
- meta.rs
- metrics.rs
- node.rs
- oneshot.rs
- pagecache/
- blob_io.rs
- constants.rs
- disk_pointer.rs
- header.rs
- iobuf.rs
- iterator.rs
- logger.rs
- mod.rs
- pagetable.rs
- parallel_io_polyfill.rs
- parallel_io_unix.rs
- parallel_io_windows.rs
- reservation.rs
- segment.rs
- snapshot.rs
- prefix.rs
- result.rs
- serialization.rs
- stack.rs
- subscriber.rs
- sys_limits.rs
- threadpool.rs
- transaction.rs
- tree.rs
- tests/
- common/
- test_crash_recovery.rs
- test_log.rs
- test_quiescent.rs
- test_space_leaks.rs
- test_tree.rs
- test_tree_failpoints.rs
- tree/