Lines Matching refs:stringify
298 …#[doc = concat!("For example, use this to change `", stringify!($name), "<Vec<u8>>` to `", stringi…
304 #[doc = concat!("use zerotrie::", stringify!($name), ";")]
306 …#[doc = concat!("let trie: ", stringify!($name), "<Vec<u8>> = ", stringify!($name), "::from_bytes(…
307 #[doc = concat!("let cow: ", stringify!($name), "<Cow<[u8]>> = trie.convert_store();")]
334 #[doc = concat!("use zerotrie::", stringify!($name), ";")]
337 …#[doc = concat!("let trie: &", stringify!($name), "<[u8]> = ", stringify!($name), "::from_bytes(b\…
383 #[doc = concat!("use zerotrie::", stringify!($name), ";")]
385 …#[doc = concat!("let trie: &", stringify!($name), "<[u8]> = ", stringify!($name), "::from_bytes(b\…
386 #[doc = concat!("let owned: ", stringify!($name), "<Vec<u8>> = trie.to_owned();")]
404 #[doc = concat!("use zerotrie::", stringify!($name), ";")]
407 …#[doc = concat!("let trie: &", stringify!($name), "<[u8]> = ", stringify!($name), "::from_bytes(b\…
487 #[doc = concat!("use zerotrie::", stringify!($name), ";")]
490 … #[doc = concat!("let trie = ", stringify!($name), "::from_bytes(b\"abc\\x81def\\x82\");")]
495 #[doc = concat!("let recovered_trie: ", stringify!($name), "<Vec<u8>> = items")]
546 #[doc = concat!("use zerotrie::", stringify!($name), ";")]
549 … #[doc = concat!("let trie = ", stringify!($name), "::from_bytes(b\"abc\\x81def\\x82\");")]
554 #[doc = concat!("let recovered_trie: ", stringify!($name), "<Vec<u8>> = items")]
613 …#[doc = concat!("This impl allows [`", stringify!($name), "`] to be used inside of a [`Cow`](alloc…
615 …#[doc = concat!("Note that it is also possible to use `", stringify!($name), "<ZeroVec<u8>>` for a…
623 #[doc = concat!("use zerotrie::", stringify!($name), ";")]
625 …#[doc = concat!("let trie: Cow<", stringify!($name), "<[u8]>> = Cow::Borrowed(", stringify!($name)…