| Crates.io | ludndev-rust-hello-world |
| lib.rs | ludndev-rust-hello-world |
| version | 0.1.0 |
| created_at | 2025-03-30 10:55:14.816699+00 |
| updated_at | 2025-03-30 10:55:14.816699+00 |
| description | This is a simple Rust project built for demonstration purposes. Named 'rust-hello-world', the program's sole functionality is to output the phrase 'Hello, World!' to the console. This project is an excellent starting point for beginners wanting to familiarize themselves with the Rust programming language, emphasizing Rust's emphasis on performance, reliability, and productivity. The 'rust-hello-world' project offers a straightforward approach to understanding the workings of a basic Rust application. |
| homepage | https://github.com/ludndev/rust-hello-world |
| repository | https://github.com/ludndev/rust-hello-world |
| max_upload_size | |
| id | 1612263 |
| size | 26,819 |
This project is a testing repo for publishing Rust packages to various package registries and ecosystems.
The primary objective is to understand the processes, requirements, procedures, and potential obstacles when publishing Rust packages to repositories such as Crates.io, Github, Docker Hub, Winget, Debian and others.
This experimentation will provide invaluable insights into cross-platform Rust development and deployment.
Please note that this is strictly for testing purposes.
FYI, latest release json data come from https://api.github.com/repos/ludndev/rust-hello-world/releases/latest
curl --proto '=https' --tlsv1.2 -sSf https://ludndev.github.io/rust-hello-world/installer.sh | sh
This repository is licensed under the MIT License. See the LICENSE file for more details.
Examples:
cargo install cargo-bundle
cargo bundle --release
https://crates.io/crates/cargo-deb
! consider this : https://askubuntu.com/a/769542
cargo install cargo-deb
cargo deb
sudo dpkg -i DEB_PACKAGE
sudo sudo apt remove rust-hello-world
winget install WiXToolset.WiXToolset
winget install WiXToolset.WiXAdditionalTools
winget install WiXToolset.WiXCLI
cargo install cargo-wix
cargo wix
! https://github.com/volks73/cargo-wix
cargo install xwin
cargo xwin build