summaryrefslogtreecommitdiffstats
path: root/third_party/rust/thin-vec/README.md
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--third_party/rust/thin-vec/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/third_party/rust/thin-vec/README.md b/third_party/rust/thin-vec/README.md
new file mode 100644
index 0000000000..0254ee5a1d
--- /dev/null
+++ b/third_party/rust/thin-vec/README.md
@@ -0,0 +1,4 @@
+ThinVec is a Vec that stores its length and capacity inline, making it take up
+less space. Currently this crate mostly exists to facilitate gecko ffi. The
+crate isn't quite ready for use elsewhere, as it currently unconditionally
+uses the libc allocator.