Crates.io | hello_cargo_lulu |
lib.rs | hello_cargo_lulu |
version | 0.1.3 |
source | src |
created_at | 2024-06-27 02:52:16.734284 |
updated_at | 2024-06-27 03:41:42.844603 |
description | this is a cargo publish test |
homepage | |
repository | |
max_upload_size | |
id | 1285036 |
size | 3,263 |
这个一个简单的cargo publish的测试代码,暂时只提供了一个测试的方法。
下面提供了一个测试的示例
let x = 5;
let y = 10;
let answer = hello_cargo_lulu::add_number(x, y);