https://github.com/tvc12/tiengviet-rust
The implement tiengviet package by rust
https://github.com/tvc12/tiengviet-rust
hacktoberfest hacktoberfest2023 rust vietnamese
Last synced: 7 months ago
JSON representation
The implement tiengviet package by rust
- Host: GitHub
- URL: https://github.com/tvc12/tiengviet-rust
- Owner: tvc12
- License: mit
- Created: 2023-10-26T10:23:12.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-27T09:38:24.000Z (almost 2 years ago)
- Last Synced: 2025-02-28T12:25:03.671Z (7 months ago)
- Topics: hacktoberfest, hacktoberfest2023, rust, vietnamese
- Language: Rust
- Homepage: https://crates.io/crates/tiengviet
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# tiengviet
Convert vietnamese sign to unsign easily like eat 🥞🥞🥞.
[](https://github.com/tvc12/tiengviet-rust/actions/workflows/quick_check.yml)


[](https://hitsofcode.com/github/tvc12/tiengviet-rust?branch=main)🇻🇳 Công cụ chuyển đổi Tiếng Việt có dấu sang không dấu dễ hơn là ăn bánh 🥞🥞🥞🥞.
### Getting Started
#### Install
```sh
cargo add tiengviet
```#### Usage
```rust
use tiengviet::TiengViet;let tiengviet = TiengViet::new();
let result: String = tiengviet::parse(&String.from("Xin chào việt nam");
// Xin chao viet nam
```### You might also like
- [vietnamese](https://github.com/harrytran103/vietnamese) - ✂️🇻🇳 A helpful tool for removing Vietnamese accents in nodejs.
- [tiengviet](https://github.com/tvc12/tiengviet) - ✂️🇻🇳 An implement tiengviet in dart.### Contributors
| [](https://github.com/tvc12) |
| :--------------------------------------------------------------------------------: |
| [Vi Chi Thien](https://github.com/tvc12) |### License
[MIT @tvc12](./LICENSE)