diff options
| author | Rusty Wagner <rusty.wagner@gmail.com> | 2023-05-26 14:39:21 -0600 |
|---|---|---|
| committer | Rusty Wagner <rusty.wagner@gmail.com> | 2023-05-30 15:00:55 -0600 |
| commit | b3c68db7d52af0e5976b9c69d0412aabbd91c86b (patch) | |
| tree | a23df0fc168c17330377d485d9d3af7249cfeca9 /docs | |
| parent | c93c7da513c27a7693f045d614da081fda9f635f (diff) | |
Add num-bigint and related crates to open source list
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/about/open-source.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/about/open-source.md b/docs/about/open-source.md index 296dc7d6..d66cfb16 100644 --- a/docs/about/open-source.md +++ b/docs/about/open-source.md @@ -42,6 +42,9 @@ The previous tools are used in the generation of our documentation, but are not - [xxHash] ([xxHash License] - 2-clause BSD) - [pdb (Rust crate)] ([pdb license] - Apache 2.0 / MIT) - [botan] ([botan license] - 2-clause BSD) + - [num-bigint] ([num-bigint license] - Apache 2.0 / MIT) + - [num-integer] ([num-integer license] - Apache 2.0 / MIT) + - [num-traits] ([num-traits license] - Apache 2.0 / MIT) * Other - [yasm] ([yasm license] - 2-clause BSD) used for assembling x86 and x64 @@ -143,3 +146,9 @@ Please note that we offer no support for running Binary Ninja with modified Qt l [botan license]: https://github.com/randombit/botan/blob/master/license.txt [deprecation]: https://github.com/briancurtin/deprecation [deprecation license]: https://github.com/briancurtin/deprecation/blob/master/LICENSE +[num-bigint]: https://github.com/rust-num/num-bigint +[num-bigint license]: https://github.com/rust-num/num-bigint/blob/master/LICENSE-MIT +[num-integer]: https://github.com/rust-num/num-integer +[num-integer license]: https://github.com/rust-num/num-integer/blob/master/LICENSE-MIT +[num-traits]: https://github.com/rust-num/num-traits +[num-traits license]: https://github.com/rust-num/num-traits/blob/master/LICENSE-MIT |
