Skip to content

Commit 19c7f8d

Browse files
committed
fix(docs): update part on unblob-native
1 parent 43d1bae commit 19c7f8d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/development.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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.

docs/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)