https://github.com/rggh/hm
Port Scanner
https://github.com/rggh/hm
lto mpsc rust threads
Last synced: 2 months ago
JSON representation
Port Scanner
- Host: GitHub
- URL: https://github.com/rggh/hm
- Owner: RGGH
- Created: 2023-08-27T17:10:25.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-27T17:44:47.000Z (almost 2 years ago)
- Last Synced: 2025-02-02T03:32:36.191Z (4 months ago)
- Topics: lto, mpsc, rust, threads
- Language: Rust
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
```
[profile.release-lto]
inherits = "release"
lto = true
``````
cargo build --profile release
```