This website requires JavaScript.
Explore
Help
Sign In
greg
/
no-more-secrets-rust
Watch
1
Star
0
Fork
0
You've already forked no-more-secrets-rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d7b402c764
no-more-secrets-rust
/
src
/
lib.rs
7 lines
91 B
Rust
Raw
Normal View
History
Unescape
Escape
Arg parsing in rust
2023-07-23 03:04:59 -07:00
mod
args
;
Start porting to rust
2023-07-23 03:03:23 -07:00
#[
no_mangle
]
pub
extern
"
C
"
fn
rust_main
(
)
{
println!
(
"
Hello from rust
"
)
;
}
Reference in New Issue
Copy Permalink