Skip to content

Commit cc5e328

Browse files
committed
misc: adding no_std feature to the README.MD [skip ci]
1 parent 8c3f776 commit cc5e328

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.MD

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
[github build status]: https://github.com/WolverinDEV/bmatcher/actions/workflows/rust.yml/badge.svg?branch=master
77
[actions]: https://github.com/WolverinDEV/bmatcher/actions/workflows/rust.yml
88

9-
`bmatcher` is a flexible and efficient binary pattern matching library designed to help you search and match binary data.
9+
`bmatcher` is a flexible and efficient binary pattern matching library designed to help you search and match binary data.
10+
It is `no_std` compatible by default, making it suitable for embedded, kernel, or hypervisor environments where standard library usage is restricted.
1011

1112
## Motivation
1213

0 commit comments

Comments
 (0)