librust-interprocess-dev (2.2.3-1+b1)

2 versions available in kali/kali-last-snapshot/main/i386

Details

Core information at a glance

Distribution
kali
Origin
kali-last-snapshot
Repository
https://http.kali.org/kali
Codename
kali-last-snapshot
Component
main
Source
rust-interprocess (2.2.3-1)
Architecture
i386
Section
rust
Priority
optional
Maintainer
Debian Rust Maintainers <[email protected]>

Size & integrity

Byte sizes and integrity verification

Installed size
616 B
Size expected
96.5 kB
Size actual
96.5 kB
Size match

Dependencies

Required package dependencies

  • librust-futures-core-0.3+default-dev (>= 0.3.28-~~)
  • librust-libc-0.2+default-dev (>= 0.2.137-~~)
  • librust-libc-0.2+extra-traits-dev (>= 0.2.137-~~)
  • librust-tokio-1+default-dev (>= 1.36.0-~~)
  • librust-tokio-1+io-util-dev (>= 1.36.0-~~)
  • librust-tokio-1+net-dev (>= 1.36.0-~~)
  • librust-tokio-1+rt-dev (>= 1.36.0-~~)
  • librust-tokio-1+sync-dev (>= 1.36.0-~~)
  • librust-tokio-1+time-dev (>= 1.36.0-~~)

Suggested packages

Recommended additional packages

  • None

Description

Interprocess communication toolkit - Rust source code

Tags

Package classification tags

None

Checksums

Hash values and integrity verification status

TypeActualMatch
MD55b65e090…475c5507
SHA-1c9fcc5e6…0cd55bc6
SHA-25636f300eb…98877838
SHA-5123ff09b4f…767c714a

Contents

Files and directories included

.
usr
usr/share
usr/share/cargo
usr/share/cargo/registry
usr/share/cargo/registry/interprocess-2.2.3
usr/share/cargo/registry/interprocess-2.2.3/.cargo-checksum.json
usr/share/cargo/registry/interprocess-2.2.3/.cargo_vcs_info.json
usr/share/cargo/registry/interprocess-2.2.3/Cargo.toml
usr/share/cargo/registry/interprocess-2.2.3/Cargo.toml.orig
usr/share/cargo/registry/interprocess-2.2.3/LICENSE-APACHE
usr/share/cargo/registry/interprocess-2.2.3/LICENSE-MIT
usr/share/cargo/registry/interprocess-2.2.3/README.md
usr/share/cargo/registry/interprocess-2.2.3/debian
usr/share/cargo/registry/interprocess-2.2.3/debian/patches
usr/share/cargo/registry/interprocess-2.2.3/debian/patches/disable-doc-cfg.patch
usr/share/cargo/registry/interprocess-2.2.3/debian/patches/disable-windows.diff
usr/share/cargo/registry/interprocess-2.2.3/debian/patches/series
usr/share/cargo/registry/interprocess-2.2.3/examples
usr/share/cargo/registry/interprocess-2.2.3/examples/local_socket
usr/share/cargo/registry/interprocess-2.2.3/examples/local_socket/sync
usr/share/cargo/registry/interprocess-2.2.3/examples/local_socket/sync/listener.rs
usr/share/cargo/registry/interprocess-2.2.3/examples/local_socket/sync/stream.rs
usr/share/cargo/registry/interprocess-2.2.3/examples/local_socket/tokio
usr/share/cargo/registry/interprocess-2.2.3/examples/local_socket/tokio/listener.rs
usr/share/cargo/registry/interprocess-2.2.3/examples/local_socket/tokio/stream.rs
usr/share/cargo/registry/interprocess-2.2.3/examples/named_pipe
usr/share/cargo/registry/interprocess-2.2.3/examples/named_pipe/sync
usr/share/cargo/registry/interprocess-2.2.3/examples/named_pipe/sync/listener.rs
usr/share/cargo/registry/interprocess-2.2.3/examples/named_pipe/sync/stream
usr/share/cargo/registry/interprocess-2.2.3/examples/named_pipe/sync/stream/bytes.rs
usr/share/cargo/registry/interprocess-2.2.3/examples/named_pipe/sync/stream/msg.rs
usr/share/cargo/registry/interprocess-2.2.3/examples/named_pipe/tokio
usr/share/cargo/registry/interprocess-2.2.3/examples/named_pipe/tokio/listener.rs
usr/share/cargo/registry/interprocess-2.2.3/examples/named_pipe/tokio/stream
usr/share/cargo/registry/interprocess-2.2.3/examples/named_pipe/tokio/stream/bytes.rs
usr/share/cargo/registry/interprocess-2.2.3/examples/named_pipe/tokio/stream/msg.rs
usr/share/cargo/registry/interprocess-2.2.3/examples/unnamed_pipe
usr/share/cargo/registry/interprocess-2.2.3/examples/unnamed_pipe/sync
usr/share/cargo/registry/interprocess-2.2.3/examples/unnamed_pipe/sync/main.rs
usr/share/cargo/registry/interprocess-2.2.3/examples/unnamed_pipe/sync/side_a.rs
usr/share/cargo/registry/interprocess-2.2.3/examples/unnamed_pipe/sync/side_b.rs
usr/share/cargo/registry/interprocess-2.2.3/examples/unnamed_pipe/tokio
usr/share/cargo/registry/interprocess-2.2.3/examples/unnamed_pipe/tokio/main.rs
usr/share/cargo/registry/interprocess-2.2.3/examples/unnamed_pipe/tokio/side_a.rs
usr/share/cargo/registry/interprocess-2.2.3/examples/unnamed_pipe/tokio/side_b.rs
usr/share/cargo/registry/interprocess-2.2.3/rustfmt.toml
usr/share/cargo/registry/interprocess-2.2.3/src
usr/share/cargo/registry/interprocess-2.2.3/src/atomic_enum.rs
usr/share/cargo/registry/interprocess-2.2.3/src/bound_util.rs
usr/share/cargo/registry/interprocess-2.2.3/src/error.rs
usr/share/cargo/registry/interprocess-2.2.3/src/lib.rs
usr/share/cargo/registry/interprocess-2.2.3/src/local_socket
usr/share/cargo/registry/interprocess-2.2.3/src/local_socket/concurrency_detector.rs
usr/share/cargo/registry/interprocess-2.2.3/src/local_socket/enumdef.rs
usr/share/cargo/registry/interprocess-2.2.3/src/local_socket/listener
usr/share/cargo/registry/interprocess-2.2.3/src/local_socket/listener/enum.rs
usr/share/cargo/registry/interprocess-2.2.3/src/local_socket/listener/options.rs
usr/share/cargo/registry/interprocess-2.2.3/src/local_socket/listener/trait.rs
usr/share/cargo/registry/interprocess-2.2.3/src/local_socket/name
usr/share/cargo/registry/interprocess-2.2.3/src/local_socket/name/inner.rs
usr/share/cargo/registry/interprocess-2.2.3/src/local_socket/name/to_name.rs
usr/share/cargo/registry/interprocess-2.2.3/src/local_socket/name/type.rs
usr/share/cargo/registry/interprocess-2.2.3/src/local_socket/name.rs
usr/share/cargo/registry/interprocess-2.2.3/src/local_socket/stream
usr/share/cargo/registry/interprocess-2.2.3/src/local_socket/stream/enum.rs
usr/share/cargo/registry/interprocess-2.2.3/src/local_socket/stream/trait.rs
usr/share/cargo/registry/interprocess-2.2.3/src/local_socket/tokio
usr/share/cargo/registry/interprocess-2.2.3/src/local_socket/tokio/listener
usr/share/cargo/registry/interprocess-2.2.3/src/local_socket/tokio/listener/enum.rs
usr/share/cargo/registry/interprocess-2.2.3/src/local_socket/tokio/listener/trait.rs
usr/share/cargo/registry/interprocess-2.2.3/src/local_socket/tokio/stream
usr/share/cargo/registry/interprocess-2.2.3/src/local_socket/tokio/stream/enum.rs
usr/share/cargo/registry/interprocess-2.2.3/src/local_socket/tokio/stream/trait.rs
usr/share/cargo/registry/interprocess-2.2.3/src/local_socket.rs
usr/share/cargo/registry/interprocess-2.2.3/src/macros
usr/share/cargo/registry/interprocess-2.2.3/src/macros/derive_mut_iorw.rs
usr/share/cargo/registry/interprocess-2.2.3/src/macros/derive_raw.rs
usr/share/cargo/registry/interprocess-2.2.3/src/macros/derive_trivconv.rs
usr/share/cargo/registry/interprocess-2.2.3/src/macros/forward_fmt.rs
usr/share/cargo/registry/interprocess-2.2.3/src/macros/forward_handle_and_fd.rs
usr/share/cargo/registry/interprocess-2.2.3/src/macros/forward_iorw.rs
usr/share/cargo/registry/interprocess-2.2.3/src/macros/forward_to_self.rs
usr/share/cargo/registry/interprocess-2.2.3/src/macros/forward_try_clone.rs
usr/share/cargo/registry/interprocess-2.2.3/src/macros.rs
usr/share/cargo/registry/interprocess-2.2.3/src/misc.rs
usr/share/cargo/registry/interprocess-2.2.3/src/os
usr/share/cargo/registry/interprocess-2.2.3/src/os/unix
usr/share/cargo/registry/interprocess-2.2.3/src/os/unix/c_wrappers.rs
usr/share/cargo/registry/interprocess-2.2.3/src/os/unix/cfg_doc_templates.rs
usr/share/cargo/registry/interprocess-2.2.3/src/os/unix/fdops.rs
usr/share/cargo/registry/interprocess-2.2.3/src/os/unix/fifo_file.rs
usr/share/cargo/registry/interprocess-2.2.3/src/os/unix/imports.rs
usr/share/cargo/registry/interprocess-2.2.3/src/os/unix/local_socket
usr/share/cargo/registry/interprocess-2.2.3/src/os/unix/local_socket/dispatch_sync.rs
usr/share/cargo/registry/interprocess-2.2.3/src/os/unix/local_socket/dispatch_tokio.rs
usr/share/cargo/registry/interprocess-2.2.3/src/os/unix/local_socket/name_type.rs
usr/share/cargo/registry/interprocess-2.2.3/src/os/unix/local_socket.rs
usr/share/cargo/registry/interprocess-2.2.3/src/os/unix/uds_local_socket
usr/share/cargo/registry/interprocess-2.2.3/src/os/unix/uds_local_socket/listener.rs
usr/share/cargo/registry/interprocess-2.2.3/src/os/unix/uds_local_socket/stream.rs
usr/share/cargo/registry/interprocess-2.2.3/src/os/unix/uds_local_socket/tokio
usr/share/cargo/registry/interprocess-2.2.3/src/os/unix/uds_local_socket/tokio/listener.rs
usr/share/cargo/registry/interprocess-2.2.3/src/os/unix/uds_local_socket/tokio/stream.rs
usr/share/cargo/registry/interprocess-2.2.3/src/os/unix/uds_local_socket.rs
usr/share/cargo/registry/interprocess-2.2.3/src/os/unix/unnamed_pipe
usr/share/cargo/registry/interprocess-2.2.3/src/os/unix/unnamed_pipe/tokio.rs
usr/share/cargo/registry/interprocess-2.2.3/src/os/unix/unnamed_pipe.rs
usr/share/cargo/registry/interprocess-2.2.3/src/os/unix.rs
usr/share/cargo/registry/interprocess-2.2.3/src/os/windows
usr/share/cargo/registry/interprocess-2.2.3/src/os/windows/c_wrappers.rs
usr/share/cargo/registry/interprocess-2.2.3/src/os/windows/file_handle.rs
usr/share/cargo/registry/interprocess-2.2.3/src/os/windows/impersonation_guard.rs
usr/share/cargo/registry/interprocess-2.2.3/src/os/windows/limbo
usr/share/cargo/registry/interprocess-2.2.3/src/os/windows/limbo/sync.rs
usr/share/cargo/registry/interprocess-2.2.3/src/os/windows/limbo/tokio.rs
usr/share/cargo/registry/interprocess-2.2.3/src/os/windows/limbo_pool.rs
usr/share/cargo/registry/interprocess-2.2.3/src/os/windows/local_socket
usr/share/cargo/registry/interprocess-2.2.3/src/os/windows/local_socket/dispatch_sync.rs
usr/share/cargo/registry/interprocess-2.2.3/src/os/windows/local_socket/dispatch_tokio.rs
usr/share/cargo/registry/interprocess-2.2.3/src/os/windows/local_socket/name_type.rs
usr/share/cargo/registry/interprocess-2.2.3/src/os/windows/local_socket.rs
usr/share/cargo/registry/interprocess-2.2.3/src/os/windows/mailslot.rs
usr/share/cargo/registry/interprocess-2.2.3/src/os/windows/misc.rs
usr/share/cargo/registry/interprocess-2.2.3/src/os/windows/named_pipe
usr/share/cargo/registry/interprocess-2.2.3/src/os/windows/named_pipe/c_wrappers.rs
usr/share/cargo/registry/interprocess-2.2.3/src/os/windows/named_pipe/enums.rs
usr/share/cargo/registry/interprocess-2.2.3/src/os/windows/named_pipe/listener
usr/share/cargo/registry/interprocess-2.2.3/src/os/windows/named_pipe/listener/collect_options.rs
usr/share/cargo/registry/interprocess-2.2.3/src/os/windows/named_pipe/listener/create_instance.rs
usr/share/cargo/registry/interprocess-2.2.3/src/os/windows/named_pipe/listener/incoming.rs
usr/share/cargo/registry/interprocess-2.2.3/src/os/windows/named_pipe/listener/options.rs
usr/share/cargo/registry/interprocess-2.2.3/src/os/windows/named_pipe/listener.rs
usr/share/cargo/registry/interprocess-2.2.3/src/os/windows/named_pipe/local_socket
usr/share/cargo/registry/interprocess-2.2.3/src/os/windows/named_pipe/local_socket/listener.rs
usr/share/cargo/registry/interprocess-2.2.3/src/os/windows/named_pipe/local_socket/stream.rs
usr/share/cargo/registry/interprocess-2.2.3/src/os/windows/named_pipe/local_socket/tokio
usr/share/cargo/registry/interprocess-2.2.3/src/os/windows/named_pipe/local_socket/tokio/listener.rs
usr/share/cargo/registry/interprocess-2.2.3/src/os/windows/named_pipe/local_socket/tokio/stream.rs
usr/share/cargo/registry/interprocess-2.2.3/src/os/windows/named_pipe/maybe_arc.rs
usr/share/cargo/registry/interprocess-2.2.3/src/os/windows/named_pipe/stream
usr/share/cargo/registry/interprocess-2.2.3/src/os/windows/named_pipe/stream/enums.rs
usr/share/cargo/registry/interprocess-2.2.3/src/os/windows/named_pipe/stream/error.rs
usr/share/cargo/registry/interprocess-2.2.3/src/os/windows/named_pipe/stream/impl
usr/share/cargo/registry/interprocess-2.2.3/src/os/windows/named_pipe/stream/impl/ctor.rs
usr/share/cargo/registry/interprocess-2.2.3/src/os/windows/named_pipe/stream/impl/debug.rs
usr/share/cargo/registry/interprocess-2.2.3/src/os/windows/named_pipe/stream/impl/handle.rs
usr/share/cargo/registry/interprocess-2.2.3/src/os/windows/named_pipe/stream/impl/recv_bytes.rs
usr/share/cargo/registry/interprocess-2.2.3/src/os/windows/named_pipe/stream/impl/recv_msg.rs
usr/share/cargo/registry/interprocess-2.2.3/src/os/windows/named_pipe/stream/impl/send.rs
usr/share/cargo/registry/interprocess-2.2.3/src/os/windows/named_pipe/stream/impl/send_off.rs
usr/share/cargo/registry/interprocess-2.2.3/src/os/windows/named_pipe/stream/impl.rs
usr/share/cargo/registry/interprocess-2.2.3/src/os/windows/named_pipe/stream.rs
usr/share/cargo/registry/interprocess-2.2.3/src/os/windows/named_pipe/tokio
usr/share/cargo/registry/interprocess-2.2.3/src/os/windows/named_pipe/tokio/listener.rs
usr/share/cargo/registry/interprocess-2.2.3/src/os/windows/named_pipe/tokio/stream
usr/share/cargo/registry/interprocess-2.2.3/src/os/windows/named_pipe/tokio/stream/error.rs
usr/share/cargo/registry/interprocess-2.2.3/src/os/windows/named_pipe/tokio/stream/impl
usr/share/cargo/registry/interprocess-2.2.3/src/os/windows/named_pipe/tokio/stream/impl/ctor.rs
usr/share/cargo/registry/interprocess-2.2.3/src/os/windows/named_pipe/tokio/stream/impl/debug.rs
usr/share/cargo/registry/interprocess-2.2.3/src/os/windows/named_pipe/tokio/stream/impl/handle.rs
usr/share/cargo/registry/interprocess-2.2.3/src/os/windows/named_pipe/tokio/stream/impl/recv_bytes.rs
usr/share/cargo/registry/interprocess-2.2.3/src/os/windows/named_pipe/tokio/stream/impl/recv_msg.rs
usr/share/cargo/registry/interprocess-2.2.3/src/os/windows/named_pipe/tokio/stream/impl/send.rs
usr/share/cargo/registry/interprocess-2.2.3/src/os/windows/named_pipe/tokio/stream/impl/send_off.rs
usr/share/cargo/registry/interprocess-2.2.3/src/os/windows/named_pipe/tokio/stream/impl.rs
usr/share/cargo/registry/interprocess-2.2.3/src/os/windows/named_pipe/tokio/stream.rs
usr/share/cargo/registry/interprocess-2.2.3/src/os/windows/named_pipe/wait_timeout.rs
usr/share/cargo/registry/interprocess-2.2.3/src/os/windows/named_pipe.rs
usr/share/cargo/registry/interprocess-2.2.3/src/os/windows/needs_flush.rs
usr/share/cargo/registry/interprocess-2.2.3/src/os/windows/path_conversion.rs
usr/share/cargo/registry/interprocess-2.2.3/src/os/windows/security_descriptor
usr/share/cargo/registry/interprocess-2.2.3/src/os/windows/security_descriptor/as_security_descriptor.rs
usr/share/cargo/registry/interprocess-2.2.3/src/os/windows/security_descriptor/borrowed.rs
usr/share/cargo/registry/interprocess-2.2.3/src/os/windows/security_descriptor/c_wrappers.rs
usr/share/cargo/registry/interprocess-2.2.3/src/os/windows/security_descriptor/ext.rs
usr/share/cargo/registry/interprocess-2.2.3/src/os/windows/security_descriptor/owned.rs
usr/share/cargo/registry/interprocess-2.2.3/src/os/windows/security_descriptor/try_clone.rs
usr/share/cargo/registry/interprocess-2.2.3/src/os/windows/security_descriptor.rs
usr/share/cargo/registry/interprocess-2.2.3/src/os/windows/share_handle.rs
usr/share/cargo/registry/interprocess-2.2.3/src/os/windows/tokio_flusher.rs
usr/share/cargo/registry/interprocess-2.2.3/src/os/windows/unnamed_pipe
usr/share/cargo/registry/interprocess-2.2.3/src/os/windows/unnamed_pipe/tokio.rs
usr/share/cargo/registry/interprocess-2.2.3/src/os/windows/unnamed_pipe.rs
usr/share/cargo/registry/interprocess-2.2.3/src/os/windows.rs
usr/share/cargo/registry/interprocess-2.2.3/src/platform_check.rs
usr/share/cargo/registry/interprocess-2.2.3/src/try_clone.rs
usr/share/cargo/registry/interprocess-2.2.3/src/unnamed_pipe
usr/share/cargo/registry/interprocess-2.2.3/src/unnamed_pipe/tokio.rs
usr/share/cargo/registry/interprocess-2.2.3/src/unnamed_pipe.rs
usr/share/cargo/registry/interprocess-2.2.3/tests
usr/share/cargo/registry/interprocess-2.2.3/tests/index.rs
usr/share/cargo/registry/interprocess-2.2.3/tests/local_socket
usr/share/cargo/registry/interprocess-2.2.3/tests/local_socket/no_client.rs
usr/share/cargo/registry/interprocess-2.2.3/tests/local_socket/no_server.rs
usr/share/cargo/registry/interprocess-2.2.3/tests/local_socket/stream.rs
usr/share/cargo/registry/interprocess-2.2.3/tests/local_socket.rs
usr/share/cargo/registry/interprocess-2.2.3/tests/os
usr/share/cargo/registry/interprocess-2.2.3/tests/os/unix
usr/share/cargo/registry/interprocess-2.2.3/tests/os/unix/local_socket_fake_ns.rs
usr/share/cargo/registry/interprocess-2.2.3/tests/os/unix/local_socket_mode.rs
usr/share/cargo/registry/interprocess-2.2.3/tests/os/windows
usr/share/cargo/registry/interprocess-2.2.3/tests/os/windows/local_socket_security_descriptor
usr/share/cargo/registry/interprocess-2.2.3/tests/os/windows/local_socket_security_descriptor/null_dacl.rs
usr/share/cargo/registry/interprocess-2.2.3/tests/os/windows/local_socket_security_descriptor/sd_graft.rs
usr/share/cargo/registry/interprocess-2.2.3/tests/os/windows/local_socket_security_descriptor.rs
usr/share/cargo/registry/interprocess-2.2.3/tests/os/windows/named_pipe
usr/share/cargo/registry/interprocess-2.2.3/tests/os/windows/named_pipe/bytes.rs
usr/share/cargo/registry/interprocess-2.2.3/tests/os/windows/named_pipe/msg.rs
usr/share/cargo/registry/interprocess-2.2.3/tests/os/windows/named_pipe.rs
usr/share/cargo/registry/interprocess-2.2.3/tests/os/windows/tokio_named_pipe
usr/share/cargo/registry/interprocess-2.2.3/tests/os/windows/tokio_named_pipe/bytes.rs
usr/share/cargo/registry/interprocess-2.2.3/tests/os/windows/tokio_named_pipe.rs
usr/share/cargo/registry/interprocess-2.2.3/tests/tokio_local_socket
usr/share/cargo/registry/interprocess-2.2.3/tests/tokio_local_socket/no_server.rs
usr/share/cargo/registry/interprocess-2.2.3/tests/tokio_local_socket/stream.rs
usr/share/cargo/registry/interprocess-2.2.3/tests/tokio_local_socket.rs
usr/share/cargo/registry/interprocess-2.2.3/tests/tokio_unnamed_pipe
usr/share/cargo/registry/interprocess-2.2.3/tests/tokio_unnamed_pipe/basic.rs
usr/share/cargo/registry/interprocess-2.2.3/tests/tokio_unnamed_pipe.rs
usr/share/cargo/registry/interprocess-2.2.3/tests/unnamed_pipe
usr/share/cargo/registry/interprocess-2.2.3/tests/unnamed_pipe/basic.rs
usr/share/cargo/registry/interprocess-2.2.3/tests/unnamed_pipe.rs
usr/share/cargo/registry/interprocess-2.2.3/tests/util
usr/share/cargo/registry/interprocess-2.2.3/tests/util/choke.rs
usr/share/cargo/registry/interprocess-2.2.3/tests/util/drive.rs
usr/share/cargo/registry/interprocess-2.2.3/tests/util/eyre.rs
usr/share/cargo/registry/interprocess-2.2.3/tests/util/mod.rs
usr/share/cargo/registry/interprocess-2.2.3/tests/util/namegen.rs
usr/share/cargo/registry/interprocess-2.2.3/tests/util/tokio.rs
usr/share/cargo/registry/interprocess-2.2.3/tests/util/wdt.rs
usr/share/cargo/registry/interprocess-2.2.3/tests/util/xorshift.rs
usr/share/doc
usr/share/doc/librust-interprocess-dev
usr/share/doc/librust-interprocess-dev/changelog.Debian.gz
usr/share/doc/librust-interprocess-dev/changelog.Debian.i386.gz
usr/share/doc/librust-interprocess-dev/copyright