From cf9014dce51269cbf11c10cf07cb003140904755 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Tue, 7 Oct 2025 15:59:54 -0400 Subject: [PATCH] Rust wrapper: document more directories in README.md --- wrapper/rust/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wrapper/rust/README.md b/wrapper/rust/README.md index a93d6e236..e7ec52dc2 100644 --- a/wrapper/rust/README.md +++ b/wrapper/rust/README.md @@ -18,4 +18,6 @@ Run tests with: | --- | --- | | `/wrapper/rust` | Top level container for all Rust wrapper functionality. | | `/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. | +| `/wrapper/rust/wolfssl/src` | Source directory for `wolfssl` crate top-level modules. | +| `/wrapper/rust/wolfssl/src/wolfcrypt` | Source directory for submodules of `wolfssl::wolfcrypt` module. | | `/wrapper/rust/wolfssl-sys` | Top level for the `wolfssl-sys` library crate. This crate contains only automatically generated bindings to the `wolfssl` C library. |