3 releases

0.1.2 Mar 16, 2025
0.1.1 Mar 7, 2025
0.1.0 Mar 7, 2025

#1282 in Text processing

Download history 209/week @ 2025-03-02 49/week @ 2025-03-09 127/week @ 2025-03-16 4/week @ 2025-03-23

389 downloads per month

Apache-2.0

16KB
109 lines

Find Text Doc

crates.io Documentation Dependency Status Releases Workflow License

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

~3.5MB
~55K SLoC