2 releases
new 0.1.1 | Mar 7, 2025 |
---|---|
0.1.0 | Mar 7, 2025 |
#1004 in Text processing
16KB
109 lines
Find Text Doc
Summary
Search text in Document
Development
First, add dependency:
cargo add findtext_doc
Usage:
use findtext_doc::search;
fn awesome_fn(keyword: &str, filepath: &str) {
let ret = search(keyword, filepath);
}
Executable Usage
Available in Assets in Releases. Cross-platform supported.
findtext_doc <keyword> <filepath>
# will print out like:
# Found.
# Missing.
Acknowledgements
Depends on:
Dependencies
~4MB
~68K SLoC