Skip to content
This repository was archived by the owner on Nov 9, 2025. It is now read-only.

Commit 549e76b

Browse files
authored
Update repository link in README
Updated README to reflect new repository location.
1 parent 02336c5 commit 549e76b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1+
> [!IMPORTANT]
2+
> This crate now lives in https://github.com/rust-lang/rust-analyzer/tree/master/lib/smol_str
3+
14
# smol_str
25

36
[![CI](https://github.com/rust-analyzer/smol_str/workflows/CI/badge.svg)](https://github.com/rust-analyzer/smol_str/actions?query=branch%3Amaster+workflow%3ACI)
47
[![Crates.io](https://img.shields.io/crates/v/smol_str.svg)](https://crates.io/crates/smol_str)
58
[![API reference](https://docs.rs/smol_str/badge.svg)](https://docs.rs/smol_str/)
69

7-
810
A `SmolStr` is a string type that has the following properties:
911

1012
* `size_of::<SmolStr>() == 24` (therefore `== size_of::<String>()` on 64 bit platforms)

0 commit comments

Comments
 (0)