summaryrefslogtreecommitdiff
path: root/rust/src/string.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rust/src/string.rs')
-rw-r--r--rust/src/string.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/rust/src/string.rs b/rust/src/string.rs
index 86decf79..c1ca88d8 100644
--- a/rust/src/string.rs
+++ b/rust/src/string.rs
@@ -12,6 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+//! String wrappers for core-owned strings and strings being passed to the core
+
use std::borrow::Borrow;
use std::ffi::{CStr, CString};
use std::fmt;