findtext_doc 0.1.2

Search text in Document
Documentation

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: