Ronaldson Bellande d01497ee93
Update README.md
2024-10-27 10:15:46 -04:00

1.6 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.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
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

License

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

Code of Conduct

Bellande Rust Executable Packages is distributed under the CODE_OF_CONDUCT and NOTICE for more information.