Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 2 days ago
JSON representation

rsfunceble: Ultra-fast website validation similar to and inspired by pyfunceble.

Awesome Lists containing this project

README

        

# rsfunceble
[![Crates.io Total Downloads](https://img.shields.io/crates/d/rsfunceble?style=flat&logo=rust&label=Downloads&color=%23000000)](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.