33 lines
1.6 KiB
Markdown
33 lines
1.6 KiB
Markdown
# 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
|
|
- https://pypi.org/project/bellande_rust_executable
|
|
|
|
### 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](https://www.gnu.org/licenses/gpl-3.0.en.html), see [LICENSE](https://github.com/Architecture-Mechanism/bellande_rust_executable/blob/main/LICENSE) and [NOTICE](https://github.com/Architecture-Mechanism/bellande_rust_executable/blob/main/LICENSE) for more information.
|
|
|
|
## Code of Conduct
|
|
Bellande Rust Executable Packages is distributed under the [CODE_OF_CONDUCT](https://github.com/Architecture-Mechanism/bellande_rust_executable/blob/main/CODE_OF_CONDUCT.md) and [NOTICE](https://github.com/Architecture-Mechanism/bellande_rust_executable/blob/main/CODE_OF_CONDUCT.md) for more information.
|