https://github.com/zanderlewis/rsfunceble
rsfunceble: Ultra-fast website validation similar to and inspired by pyfunceble.
https://github.com/zanderlewis/rsfunceble
concurrency pyfunceble rsfunceble rust rust-lang
Last synced: about 1 year ago
JSON representation
rsfunceble: Ultra-fast website validation similar to and inspired by pyfunceble.
- Host: GitHub
- URL: https://github.com/zanderlewis/rsfunceble
- Owner: zanderlewis
- License: mit
- Created: 2024-09-18T19:59:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-08T18:24:11.000Z (over 1 year ago)
- Last Synced: 2025-03-24T00:38:14.472Z (about 1 year ago)
- Topics: concurrency, pyfunceble, rsfunceble, rust, rust-lang
- Language: Rust
- Homepage: https://crates.io/crates/rsfunceble
- Size: 50.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rsfunceble
[](https://crates.io/crates/rsfunceble)
PyFunceble in Rust with concurrency and speed in mind.
When running `rsfunceble -i -o -c 10000 -v`, it speeds up the process of ~30,000 URLs and domains on a Github Actions runner from possibly 1-2+ hours to ~1 minute.
## Installation
```bash
cargo install rsfunceble
```
## Usage
```bash
rsfunceble -h
```
## Features
- Ultra fast
- Concurrency
- Easy to use
## License
rsfunceble is distributed under the [MIT](https://opensource.org/licenses/MIT) license.