Result for 41EA8C2F252DA2A0D651031FEC8B967665A524B4

Query result

Key Value
FileName./usr/share/doc/rust-src/copyright
FileSize119603
MD57C50730817D3FB9E91F02A2FAC1BA219
SHA-141EA8C2F252DA2A0D651031FEC8B967665A524B4
SHA-2567384B8494C9BB1D680FFF1878DF31C8807319000C139CFC6FFF131D2557E4E68
SSDEEP3072:lY1iSOTf469+digKhfmvWlm8HD8wD6ySux/jX:21STKsPhfmv98FD6ySuV
TLSHT15BC3A4C22464859A5FC137D6EB34FE6BF632D30EBA168CB9B0FE4104573191B229D46E
hashlookup:parent-total8
hashlookup:trust90

Network graph view

Parents (Total: 8)

The searched file hash is included in 8 parent files which include package known and seen by metalookup. A sample is included below:

Key Value
FileSize19704244
MD52271285346252442717141777108DC89
PackageDescriptionRust systems programming language - Documentation Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency. . It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. Rust also supports generic programming and meta-programming, in both static and dynamic styles. . This package contains the Rust tutorial, language reference and standard library documentation.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamerust-doc
PackageSectiondoc
PackageVersion1.73.0+dfsg0ubuntu1~bpo0-0ubuntu0.20.04.1
SHA-1BCFDDE175FCB6E55D07C4669ADCD7676FAB40723
SHA-25624BE6FAA41C1A8A553A038BF0FE3EA2DE0676A630E989AAD48361F52200D11EA
Key Value
FileSize228088
MD586EBB18BCF0CD349D04B4D7E2EB9D9A1
PackageDescriptionRust systems programming language - all developer tools Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency. . It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. Rust also supports generic programming and meta-programming, in both static and dynamic styles. . This package is an empty metapackage that depends on all developer tools in the standard rustc distribution that have been packaged for Debian.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamerust-all
PackageSectiondevel
PackageVersion1.73.0+dfsg0ubuntu1~bpo0-0ubuntu0.20.04.1
SHA-15B80256DFE0C3DC1BA58AE9ACEAB5E5D5C40D662
SHA-256375876D2F64E89018A96BC6BDC2B0ACE0F40B8446044422606A4E54DA78D1465
Key Value
FileSize233300
MD5395745B18A8380D26CFDFA169521D40D
PackageDescriptionRust debugger (gdb) Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency. . It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. Rust also supports generic programming and meta-programming, in both static and dynamic styles. . This package contains pretty printers and a wrapper script for invoking gdb on rust binaries.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamerust-gdb
PackageSectiondevel
PackageVersion1.73.0+dfsg0ubuntu1~bpo0-0ubuntu0.20.04.1
SHA-1CD568E4A1D45B2DEFF21AA06D826C8EA387D3E51
SHA-2567717EDF27B2D8E36822BA88D987A3A68066E105678A7ADBAFEB3FC1E1C83F682
Key Value
FileSize2844452
MD50CCB5D755D77414453EE71EA64FED3B3
PackageDescriptionRust package manager, documentation Cargo is a tool that allows Rust projects to declare their various dependencies, and ensure that you'll always get a repeatable build. . To accomplish this goal, Cargo does four things: * Introduces two metadata files with various bits of project information. * Fetches and builds your project's dependencies. * Invokes rustc or another build tool with the correct parameters to build your project. * Introduces conventions, making working with Rust projects easier. . Cargo downloads your Rust project’s dependencies and compiles your project. . This package contains the documentation.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamecargo-doc
PackageSectiondoc
PackageVersion1.73.0+dfsg0ubuntu1~bpo0-0ubuntu0.20.04.1
SHA-14E94188A8D48EF6E08187EEE1C30DBDF9D421502
SHA-2562695D845B50E4D3494BF978C3F4C8B3781A3BF4CB32A1C6727FEA6428F113327
Key Value
FileSize42608528
MD529EF2DC4928580F507250F2D12AA49DD
PackageDescriptionRust standard libraries Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency. . It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. Rust also supports generic programming and meta-programming, in both static and dynamic styles. . This package contains the standard Rust libraries, built as dylibs, needed to run dynamically-linked Rust programs (-C prefer-dynamic).
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamelibstd-rust-1.73
PackageSectionlibs
PackageVersion1.73.0+dfsg0ubuntu1~bpo0-0ubuntu0.20.04.1
SHA-14AC996BEE6359F6DB31C2994D30FBD2AB1B5A5F9
SHA-256ECE209CF0D6CA08EE49699774B5EB32B9C0986E4044792040EB6E603023E4094
Key Value
FileSize233932
MD55367865074153A58325519DA322D6A6A
PackageDescriptionRust debugger (lldb) Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency. . It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. Rust also supports generic programming and meta-programming, in both static and dynamic styles. . This package contains pretty printers and a wrapper script for invoking lldb on rust binaries.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamerust-lldb
PackageSectiondevel
PackageVersion1.73.0+dfsg0ubuntu1~bpo0-0ubuntu0.20.04.1
SHA-117BC3E094E141B881DA83A67940DAE245D63B9F6
SHA-256C645F5CA2FCE649D1EF9DF04ADB3D8189093EA74BC7978F83C50E145D56F0E53
Key Value
FileSize19840840
MD5895BE97E3097C47D3F2652E765709327
PackageDescriptionRust systems programming language - source code Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency. . It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. Rust also supports generic programming and meta-programming, in both static and dynamic styles. . This package contains sources of the Rust compiler and standard libraries, useful for IDEs and code analysis tools such as Racer.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamerust-src
PackageSectiondevel
PackageVersion1.73.0+dfsg0ubuntu1~bpo0-0ubuntu0.20.04.1
SHA-1793D808B94ADD3099D1709852ED1C69377F2826C
SHA-2563810F6003F2FC9CC86515DE0A0DC9E975D7B4730BDFECBF80A8DA2CF3EFC4C78
Key Value
FileSize46615376
MD54A6889F2832528D7B0F939E2C0FBBE9D
PackageDescriptionRust standard libraries Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency. . It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. Rust also supports generic programming and meta-programming, in both static and dynamic styles. . This package contains the standard Rust libraries, built as dylibs, needed to run dynamically-linked Rust programs (-C prefer-dynamic).
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamelibstd-rust-1.73
PackageSectionlibs
PackageVersion1.73.0+dfsg0ubuntu1~bpo0-0ubuntu0.20.04.1
SHA-1EBE16E58E1E2B1BF4DDDAB5AA6123D96040B9AE0
SHA-256F3E845BD440A4928C695A017ED04CB7B4720B400CE16F2E6512A28ECE8169BE7