From bb721dfa28499d340baeec1dd730ec1cd771fdcf Mon Sep 17 00:00:00 2001 From: johannst Date: Tue, 14 Sep 2021 20:53:21 +0000 Subject: deploy: c7009b5550ef6bd7bf16ce1b93982f10b1abddc9 --- src/llvm_kaleidoscope_rs/lib.rs.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') diff --git a/src/llvm_kaleidoscope_rs/lib.rs.html b/src/llvm_kaleidoscope_rs/lib.rs.html index d2fcdb6..a752947 100644 --- a/src/llvm_kaleidoscope_rs/lib.rs.html +++ b/src/llvm_kaleidoscope_rs/lib.rs.html @@ -109,6 +109,8 @@ 107 108 109 +110 +111
 use std::convert::TryFrom;
 
@@ -121,6 +123,8 @@
 pub const SMALL_STR_SIZE: usize = 16;
 
 /// Small C string on the stack with fixed size [`SMALL_STR_SIZE`].
+///
+/// This is specially crafted to interact with the LLVM C API and get rid of some heap allocations.
 #[derive(Debug, PartialEq)]
 pub struct SmallCStr([u8; SMALL_STR_SIZE]);
 
-- 
cgit v1.2.3