We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
umbra_slice
1 parent cb41efb commit 5ecc6feCopy full SHA for 5ecc6fe
src/umbra_slice.rs
@@ -68,6 +68,9 @@
68
//!
69
//! For further reading: <https://the-mikedavis.github.io/posts/german-string-optimizations-in-spellbook/>.
70
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
+//!
74
//! [Umbra strings]: https://cedardb.com/blog/german_strings/
75
76
use core::{
0 commit comments