Ronaldson Bellande b2268129be
Update README.md
2024-10-07 20:05:51 -04:00

1.3 KiB

Bellande Rust Executable

Bellande Rust Executable is a library that makes rust code into an executable (BRE) library

  • "-d", "--dep-file", required=True, help="Path to the dependencies file (dependencies.txt) will soon be dependencies.bellande"
  • "-s", "--src-dir", required=True, help="Source directory containing Rust files"
  • "-m", "--main-file", required=True, help="Main Rust file name (e.g., main.rs)"
  • "-o", "--output", required=True, help="Output path for the compiled executable"

Website PYPI

Installation

  • $ pip install bellande_rust_executable

Upgrade (if not upgraded)

  • $ pip install --upgrade bellande_rust_executable
Name: bellande_rust_executable
Version: 0.1.0
Summary: File type Formats
Home-page: github.com/RonaldsonBellande/bellande_rust_executable
Author: Ronaldson Bellande
Author-email: ronaldsonbellande@gmail.com
License: GNU General Public License v3.0
Requires: numpy
Required-by:

License

Bellande Rust Executable Packages is distributed under the GNU General Public License v3.0, see LICENSE and NOTICE for more information.