Skip to content

Commit 5ecc6fe

Browse files
committed
Mention umbra_slice crate in umbra_slice module docs
1 parent cb41efb commit 5ecc6fe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/umbra_slice.rs

+3
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@
6868
//!
6969
//! For further reading: <https://the-mikedavis.github.io/posts/german-string-optimizations-in-spellbook/>.
7070
//!
71+
//! The `UmbraSlice` and `UmbraString` types have also been extracted to a crate should you wish
72+
//! to use them: [`umbra_slice`](https://crates.io/crates/umbra_slice).
73+
//!
7174
//! [Umbra strings]: https://cedardb.com/blog/german_strings/
7275
7376
use core::{

0 commit comments

Comments
 (0)