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

rust-interprocess-devel-2.2.1-1.fc40 RPM for noarch

From Fedora 40 updates for x86_64 / Packages / r

Name: rust-interprocess-devel Distribution: Fedora Project
Version: 2.2.1 Vendor: Fedora Project
Release: 1.fc40 Build date: Tue Jul 30 19:31:17 2024
Group: Unspecified Build host: buildvm-x86-26.iad2.fedoraproject.org
Size: 365109 Source RPM: rust-interprocess-2.2.1-1.fc40.src.rpm
Packager: Fedora Project
Url: https://crates.io/crates/interprocess
Summary: Interprocess communication toolkit
Interprocess communication toolkit.

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

Provides

Requires

License

MIT OR Apache-2.0

Changelog

* Tue Jul 30 2024 Michel Lind <salimma@fedoraproject.org> - 2.2.1-1
  - Update to 2.2.1; Fixes RHBZ#2277401
  - Temporarily remove tests/ because of unsatisfied color-eyre dependency
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Thu Jan 25 2024 Fabio Valentini <decathorpe@gmail.com> - 1.2.1-1
  - Initial import (#2258992)

Files

/usr/share/cargo/registry/interprocess-2.2.1
/usr/share/cargo/registry/interprocess-2.2.1/.cargo-checksum.json
/usr/share/cargo/registry/interprocess-2.2.1/Cargo.toml
/usr/share/cargo/registry/interprocess-2.2.1/LICENSE-APACHE
/usr/share/cargo/registry/interprocess-2.2.1/LICENSE-MIT
/usr/share/cargo/registry/interprocess-2.2.1/README.md
/usr/share/cargo/registry/interprocess-2.2.1/examples
/usr/share/cargo/registry/interprocess-2.2.1/examples/local_socket
/usr/share/cargo/registry/interprocess-2.2.1/examples/local_socket/sync
/usr/share/cargo/registry/interprocess-2.2.1/examples/local_socket/sync/listener.rs
/usr/share/cargo/registry/interprocess-2.2.1/examples/local_socket/sync/stream.rs
/usr/share/cargo/registry/interprocess-2.2.1/examples/local_socket/tokio
/usr/share/cargo/registry/interprocess-2.2.1/examples/local_socket/tokio/listener.rs
/usr/share/cargo/registry/interprocess-2.2.1/examples/local_socket/tokio/stream.rs
/usr/share/cargo/registry/interprocess-2.2.1/examples/named_pipe
/usr/share/cargo/registry/interprocess-2.2.1/examples/named_pipe/sync
/usr/share/cargo/registry/interprocess-2.2.1/examples/named_pipe/sync/listener.rs
/usr/share/cargo/registry/interprocess-2.2.1/examples/named_pipe/sync/stream
/usr/share/cargo/registry/interprocess-2.2.1/examples/named_pipe/sync/stream/bytes.rs
/usr/share/cargo/registry/interprocess-2.2.1/examples/named_pipe/sync/stream/msg.rs
/usr/share/cargo/registry/interprocess-2.2.1/examples/named_pipe/tokio
/usr/share/cargo/registry/interprocess-2.2.1/examples/named_pipe/tokio/listener.rs
/usr/share/cargo/registry/interprocess-2.2.1/examples/named_pipe/tokio/stream
/usr/share/cargo/registry/interprocess-2.2.1/examples/named_pipe/tokio/stream/bytes.rs
/usr/share/cargo/registry/interprocess-2.2.1/examples/named_pipe/tokio/stream/msg.rs
/usr/share/cargo/registry/interprocess-2.2.1/examples/unnamed_pipe
/usr/share/cargo/registry/interprocess-2.2.1/examples/unnamed_pipe/sync
/usr/share/cargo/registry/interprocess-2.2.1/examples/unnamed_pipe/sync/main.rs
/usr/share/cargo/registry/interprocess-2.2.1/examples/unnamed_pipe/sync/side_a.rs
/usr/share/cargo/registry/interprocess-2.2.1/examples/unnamed_pipe/sync/side_b.rs
/usr/share/cargo/registry/interprocess-2.2.1/examples/unnamed_pipe/tokio
/usr/share/cargo/registry/interprocess-2.2.1/examples/unnamed_pipe/tokio/main.rs
/usr/share/cargo/registry/interprocess-2.2.1/examples/unnamed_pipe/tokio/side_a.rs
/usr/share/cargo/registry/interprocess-2.2.1/examples/unnamed_pipe/tokio/side_b.rs
/usr/share/cargo/registry/interprocess-2.2.1/rustfmt.toml
/usr/share/cargo/registry/interprocess-2.2.1/src
/usr/share/cargo/registry/interprocess-2.2.1/src/atomic_enum.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/bound_util.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/error.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/lib.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/local_socket
/usr/share/cargo/registry/interprocess-2.2.1/src/local_socket.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/local_socket/concurrency_detector.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/local_socket/enumdef.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/local_socket/listener
/usr/share/cargo/registry/interprocess-2.2.1/src/local_socket/listener/enum.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/local_socket/listener/options.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/local_socket/listener/trait.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/local_socket/name
/usr/share/cargo/registry/interprocess-2.2.1/src/local_socket/name.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/local_socket/name/inner.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/local_socket/name/to_name.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/local_socket/name/type.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/local_socket/stream
/usr/share/cargo/registry/interprocess-2.2.1/src/local_socket/stream/enum.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/local_socket/stream/trait.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/local_socket/tokio
/usr/share/cargo/registry/interprocess-2.2.1/src/local_socket/tokio/listener
/usr/share/cargo/registry/interprocess-2.2.1/src/local_socket/tokio/listener/enum.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/local_socket/tokio/listener/trait.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/local_socket/tokio/stream
/usr/share/cargo/registry/interprocess-2.2.1/src/local_socket/tokio/stream/enum.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/local_socket/tokio/stream/trait.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/macros
/usr/share/cargo/registry/interprocess-2.2.1/src/macros.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/macros/derive_mut_iorw.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/macros/derive_raw.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/macros/derive_trivconv.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/macros/forward_fmt.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/macros/forward_handle_and_fd.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/macros/forward_iorw.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/macros/forward_to_self.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/macros/forward_try_clone.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/misc.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/os
/usr/share/cargo/registry/interprocess-2.2.1/src/os/unix
/usr/share/cargo/registry/interprocess-2.2.1/src/os/unix.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/os/unix/c_wrappers.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/os/unix/cfg_doc_templates.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/os/unix/fdops.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/os/unix/fifo_file.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/os/unix/imports.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/os/unix/local_socket
/usr/share/cargo/registry/interprocess-2.2.1/src/os/unix/local_socket.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/os/unix/local_socket/dispatch_sync.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/os/unix/local_socket/dispatch_tokio.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/os/unix/local_socket/name_type.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/os/unix/uds_local_socket
/usr/share/cargo/registry/interprocess-2.2.1/src/os/unix/uds_local_socket.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/os/unix/uds_local_socket/listener.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/os/unix/uds_local_socket/stream.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/os/unix/uds_local_socket/tokio
/usr/share/cargo/registry/interprocess-2.2.1/src/os/unix/uds_local_socket/tokio/listener.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/os/unix/uds_local_socket/tokio/stream.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/os/unix/unnamed_pipe
/usr/share/cargo/registry/interprocess-2.2.1/src/os/unix/unnamed_pipe.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/os/unix/unnamed_pipe/tokio.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/os/windows
/usr/share/cargo/registry/interprocess-2.2.1/src/os/windows.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/os/windows/c_wrappers.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/os/windows/file_handle.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/os/windows/impersonation_guard.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/os/windows/limbo
/usr/share/cargo/registry/interprocess-2.2.1/src/os/windows/limbo/sync.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/os/windows/limbo/tokio.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/os/windows/limbo_pool.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/os/windows/local_socket
/usr/share/cargo/registry/interprocess-2.2.1/src/os/windows/local_socket.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/os/windows/local_socket/dispatch_sync.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/os/windows/local_socket/dispatch_tokio.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/os/windows/local_socket/name_type.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/os/windows/mailslot.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/os/windows/misc.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/os/windows/named_pipe
/usr/share/cargo/registry/interprocess-2.2.1/src/os/windows/named_pipe.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/os/windows/named_pipe/c_wrappers.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/os/windows/named_pipe/enums.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/os/windows/named_pipe/listener
/usr/share/cargo/registry/interprocess-2.2.1/src/os/windows/named_pipe/listener.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/os/windows/named_pipe/listener/collect_options.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/os/windows/named_pipe/listener/create_instance.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/os/windows/named_pipe/listener/incoming.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/os/windows/named_pipe/listener/options.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/os/windows/named_pipe/local_socket
/usr/share/cargo/registry/interprocess-2.2.1/src/os/windows/named_pipe/local_socket/listener.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/os/windows/named_pipe/local_socket/stream.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/os/windows/named_pipe/local_socket/tokio
/usr/share/cargo/registry/interprocess-2.2.1/src/os/windows/named_pipe/local_socket/tokio/listener.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/os/windows/named_pipe/local_socket/tokio/stream.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/os/windows/named_pipe/maybe_arc.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/os/windows/named_pipe/stream
/usr/share/cargo/registry/interprocess-2.2.1/src/os/windows/named_pipe/stream.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/os/windows/named_pipe/stream/enums.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/os/windows/named_pipe/stream/error.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/os/windows/named_pipe/stream/impl
/usr/share/cargo/registry/interprocess-2.2.1/src/os/windows/named_pipe/stream/impl.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/os/windows/named_pipe/stream/impl/ctor.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/os/windows/named_pipe/stream/impl/debug.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/os/windows/named_pipe/stream/impl/handle.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/os/windows/named_pipe/stream/impl/recv_bytes.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/os/windows/named_pipe/stream/impl/recv_msg.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/os/windows/named_pipe/stream/impl/send.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/os/windows/named_pipe/stream/impl/send_off.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/os/windows/named_pipe/tokio
/usr/share/cargo/registry/interprocess-2.2.1/src/os/windows/named_pipe/tokio/listener.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/os/windows/named_pipe/tokio/stream
/usr/share/cargo/registry/interprocess-2.2.1/src/os/windows/named_pipe/tokio/stream.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/os/windows/named_pipe/tokio/stream/error.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/os/windows/named_pipe/tokio/stream/impl
/usr/share/cargo/registry/interprocess-2.2.1/src/os/windows/named_pipe/tokio/stream/impl.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/os/windows/named_pipe/tokio/stream/impl/ctor.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/os/windows/named_pipe/tokio/stream/impl/debug.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/os/windows/named_pipe/tokio/stream/impl/handle.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/os/windows/named_pipe/tokio/stream/impl/recv_bytes.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/os/windows/named_pipe/tokio/stream/impl/recv_msg.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/os/windows/named_pipe/tokio/stream/impl/send.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/os/windows/named_pipe/tokio/stream/impl/send_off.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/os/windows/named_pipe/wait_timeout.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/os/windows/needs_flush.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/os/windows/path_conversion.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/os/windows/security_descriptor
/usr/share/cargo/registry/interprocess-2.2.1/src/os/windows/security_descriptor.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/os/windows/security_descriptor/as_security_descriptor.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/os/windows/security_descriptor/borrowed.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/os/windows/security_descriptor/c_wrappers.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/os/windows/security_descriptor/ext.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/os/windows/security_descriptor/owned.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/os/windows/security_descriptor/try_clone.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/os/windows/share_handle.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/os/windows/tokio_flusher.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/os/windows/unnamed_pipe
/usr/share/cargo/registry/interprocess-2.2.1/src/os/windows/unnamed_pipe.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/os/windows/unnamed_pipe/tokio.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/platform_check.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/try_clone.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/unnamed_pipe
/usr/share/cargo/registry/interprocess-2.2.1/src/unnamed_pipe.rs
/usr/share/cargo/registry/interprocess-2.2.1/src/unnamed_pipe/tokio.rs


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed Sep 11 04:14:51 2024