File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -41,9 +41,9 @@ where the exciting stuff is.
4141- ** Git LFS** : We have big integration test files, and we are using Git LFS to track them.
4242 [ Install ` git-lfs ` ] ( https://git-lfs.github.com/ ) from the website.
4343
44- - ** Rust** ( _ for unblob-native _ ): unblob has a [ Rust extension ] ( https://github.com/onekey-sec/unblob-native ) for
45- performance intensive processing. Building it is entirely optional and requires [ ` rustup ` ] ( https://rustup.rs/ ) to be
46- installed on the host system. Follow the instructions on the [ rustup website] ( https://rustup.rs/ ) to install it.
44+ - ** Rust** some functionality of unblob is implemented in Rust. Building it requires a Rust toolchain
45+ (e.g. via [ ` rustup ` ] ( https://rustup.rs/ ) ) to be installed on the host system. Follow the
46+ instructions on the [ rustup website] ( https://rustup.rs/ ) to install it.
4747
4848- ** pyenv** (_ Recommended_ ): When you are working with multiple versions of Python,
4949 pyenv makes it very easy to install and use different versions and make virtualenvs.
Original file line number Diff line number Diff line change @@ -74,10 +74,10 @@ unblob has been developed with the following objectives in mind:
7474
7575- ** Speed** - we want unblob to be blazing fast, that's why we use
7676 multi-processing by default, make sure to write efficient code, use
77- memory-mapped files, and use [ Hyperscan ] ( https://github.com/intel/hyperscan )
78- as a high-performance matching library. Computation-intensive functions are
79- written in [ Rust ] ( https://github.com/onekey-sec/unblob-native ) and
80- called from Python using specific bindings.
77+ memory-mapped files, and use
78+ [ Hyperscan ] ( https://github.com/intel/hyperscan ) as a
79+ high-performance matching library. Computation-intensive functions
80+ are written in Rust and called from Python using specific bindings.
8181
8282## How does it work?
8383
You can’t perform that action at this time.
0 commit comments