| Crates.io | lufbduk |
| lib.rs | lufbduk |
| version | 0.1.0 |
| created_at | 2025-07-17 06:45:23.276268+00 |
| updated_at | 2025-07-17 06:45:23.276268+00 |
| description | A simple library that exports a lufbduk variable |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1757153 |
| size | 3,350 |
A simple Rust library that exports a constant variable named LUFBDUK with the value "lufbduk".
Add this to your Cargo.toml:
[dependencies]
lufbduk = "0.1.0"
Then use it in your code:
use lufbduk::LUFBDUK;
fn main() {
println!("The value is: {}", LUFBDUK); // Prints: The value is: lufbduk
}
This project is licensed under the MIT License - see the LICENSE file for details.