Skip to content

Commit cf9014d

Browse files
Rust wrapper: document more directories in README.md
1 parent ab5d9ad commit cf9014d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

wrapper/rust/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,6 @@ Run tests with:
1818
| --- | --- |
1919
| `/wrapper/rust` | Top level container for all Rust wrapper functionality. |
2020
| `/wrapper/rust/wolfssl` | Top level for the `wolfssl` library crate. This crate contains high-level Rust sources that use the bindings from the `wolfssl-sys` crate. |
21+
| `/wrapper/rust/wolfssl/src` | Source directory for `wolfssl` crate top-level modules. |
22+
| `/wrapper/rust/wolfssl/src/wolfcrypt` | Source directory for submodules of `wolfssl::wolfcrypt` module. |
2123
| `/wrapper/rust/wolfssl-sys` | Top level for the `wolfssl-sys` library crate. This crate contains only automatically generated bindings to the `wolfssl` C library. |

0 commit comments

Comments
 (0)