Ecosyste.ms: Awesome

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

https://github.com/aalekhpatel07/text-cleaner

A WASM-based Yew web app to manipulate text by some commonly used operations.
https://github.com/aalekhpatel07/text-cleaner

rust-lang text-manipulation wasm webapp yew

Last synced: about 1 month ago
JSON representation

A WASM-based Yew web app to manipulate text by some commonly used operations.

Lists

README

        

# Text Cleaner

Perform "cleaning" operations on text like removing emails, urls, or punctuation marks, etc with the help of a WASM-based web app.

## Frontend (Yew + Rust)
[here](./yew-frontend/README.md)

## Core Text Processing Library (Rust)
[Here](./text-cleaner/README.md)

## Native app packager (Tauri + Rust)
[here](./src-tauri/README.md)