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: 27 days ago
JSON representation
A WASM-based Yew web app to manipulate text by some commonly used operations.
- Host: GitHub
- URL: https://github.com/aalekhpatel07/text-cleaner
- Owner: aalekhpatel07
- License: gpl-3.0
- Created: 2022-06-11T07:10:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-11T22:44:54.000Z (about 2 years ago)
- Last Synced: 2024-09-17T16:42:53.817Z (about 2 months ago)
- Topics: rust-lang, text-manipulation, wasm, webapp, yew
- Language: Rust
- Homepage: https://d2qn13g9lx4o3u.cloudfront.net/
- Size: 1.81 MB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- project-awesome - aalekhpatel07/text-cleaner - A WASM-based Yew web app to manipulate text by some commonly used operations. (Rust)
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)