Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhuravlevma/grep_cdylib
Mini grep library with C interface ⚡
https://github.com/zhuravlevma/grep_cdylib
cdylib grep libloading rust
Last synced: about 1 month ago
JSON representation
Mini grep library with C interface ⚡
- Host: GitHub
- URL: https://github.com/zhuravlevma/grep_cdylib
- Owner: zhuravlevma
- License: mit
- Created: 2022-01-06T19:57:55.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-08T00:05:35.000Z (almost 3 years ago)
- Last Synced: 2024-10-31T11:40:33.832Z (about 2 months ago)
- Topics: cdylib, grep, libloading, rust
- Language: Rust
- Homepage:
- Size: 31.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mini-grep rust app
This is minigrep library who allow search for occurrences of words with/without case insensitive.
The library provides interface for C application use for this libloading crate.
The folder "example" has safe fasade for call C functions## License
This project is licensed under the [MIT license].
[MIT license]: https://github.com/zhuravlevma/smart-house/blob/main/LICENSE