* Add Rust binary files for multiple architectures and versions --------- Co-authored-by: Moritz <mr-tz@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| bin | ||
| Readme.md | ||
Rust Binary Files for Multiple Architectures and Versions
This repository contains binary files for Rust programming language compiled for various architectures and versions. The binaries included here have been sourced from VirusTotal. Please note that the source code for these binaries is not available and their origin is unknown. Exercise caution when using binaries from untrusted sources.
File Organization
The project files have been organized following a structured approach to enhance clarity and maintainability. Each file is named after its SHA256 hash, and they are placed within a directory structure that denotes the compiler version and architecture. Files are named using their SHA256 hash
Directory Structure
Files are organized under the following directory structure:
rust-unknown-binaries/
├── bin/
│ ├── 1.69.0/
│ │ ├── amd64/
│ │ │ ├── <SHA256>.exe
│ │ │ ├── ...
│ │ ├── i386/
│ │ │ ├── <SHA256>.exe
│ │ │ ├── ...
│ ├── ...