findtext_doc

Crates.iofindtext_doc
lib.rsfindtext_doc
version0.1.2
created_at2025-03-07 04:21:32.439335+00
updated_at2025-03-16 02:53:13.327419+00
descriptionSearch text in Document
homepage
repositoryhttps://github.com/nabbisen/findtext-doc-rs
max_upload_size
id1582333
size34,825
nabbisen (nabbisen)

documentation

README

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:

Commit count: 3

cargo fmt