diff options
Diffstat (limited to '')
-rw-r--r-- | vendor/zerofrom/README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vendor/zerofrom/README.md b/vendor/zerofrom/README.md index d268a347e..7f171afa0 100644 --- a/vendor/zerofrom/README.md +++ b/vendor/zerofrom/README.md @@ -1,9 +1,13 @@ # zerofrom [![crates.io](https://img.shields.io/crates/v/zerofrom)](https://crates.io/crates/zerofrom) +<!-- cargo-rdme start --> + This crate provides [`ZeroFrom`], a trait for converting types in a zero-copy way. See the documentation of [`ZeroFrom`] for more details. +<!-- cargo-rdme end --> + ## More Information For more information on development, authorship, contributing etc. please visit [`ICU4X home page`](https://github.com/unicode-org/icu4x). |