| Crates.io | findtext_doc |
| lib.rs | findtext_doc |
| version | 0.1.2 |
| created_at | 2025-03-07 04:21:32.439335+00 |
| updated_at | 2025-03-16 02:53:13.327419+00 |
| description | Search text in Document |
| homepage | |
| repository | https://github.com/nabbisen/findtext-doc-rs |
| max_upload_size | |
| id | 1582333 |
| size | 34,825 |
Search text in Document
First, add dependency:
cargo add findtext_doc
Usage:
use findtext_doc::search;
fn awesome_fn(keyword: &str, filepath: &str) {
let ret = search(keyword, filepath);
}
Available in Assets in Releases. Cross-platform supported.
findtext_doc <keyword> <filepath>
# will print out like:
# Found.
# Missing.
Depends on: