Skip to content

Commit

Permalink
Add Rust binary files for multiple architectures and versions (#14)
Browse files Browse the repository at this point in the history
* Add Rust binary files for multiple architectures and versions

---------

Co-authored-by: Moritz <[email protected]>
  • Loading branch information
Arker123 and mr-tz authored Aug 14, 2023
1 parent 8786fff commit 6aa7328
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions language/rust/rust-unknown-binaries/Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# 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/ <br>
├── bin/ <br>
│ ├── 1.69.0/ <br>
│ │ ├── amd64/ <br>
│ │ │ ├── \<SHA256>.exe <br>
│ │ │ ├── ... <br>
│ │ ├── i386/ <br>
│ │ │ ├── \<SHA256>.exe <br>
│ │ │ ├── ... <br>
│ ├── ... <br>


Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 6aa7328

Please sign in to comment.