|
647 | 647 | "crate::zip::ZipArchive::new": |
648 | 648 | "api/zip/read/struct.ZipArchive.html#method.new", |
649 | 649 |
|
| 650 | + // cfg-if |
| 651 | + "crate::cfg_if::cfg_if": |
| 652 | + "api/cfg_if/macro.cfg_if.html", |
| 653 | + |
| 654 | + // extension-trait |
| 655 | + "crate::extension_trait::extension_trait": |
| 656 | + "api/extension_trait/attr.extension_trait.html", |
| 657 | + |
| 658 | + // rand_chacha (additional variants) |
| 659 | + "crate::rand_chacha::ChaCha20Rng": |
| 660 | + "api/rand_chacha/struct.ChaCha20Rng.html", |
| 661 | + "crate::rand_chacha::ChaCha8Rng": |
| 662 | + "api/rand_chacha/struct.ChaCha8Rng.html", |
| 663 | + |
| 664 | + // rand_pcg (additional variants) |
| 665 | + "crate::rand_pcg::Pcg32": |
| 666 | + "api/rand_pcg/type.Pcg32.html", |
| 667 | + |
| 668 | + // unicode-segmentation |
| 669 | + "https://www.unicode.org/reports/tr29/": |
| 670 | + "https://www.unicode.org/reports/tr29/", |
| 671 | + "https://manishearth.github.io/blog/2017/01/14/stop-ascribing-meaning-to-unicode-code-points/": |
| 672 | + "https://manishearth.github.io/blog/2017/01/14/stop-ascribing-meaning-to-unicode-code-points/", |
| 673 | + "https://docs.rs/unicode-segmentation/latest/unicode_segmentation/trait.UnicodeSegmentation.html": |
| 674 | + "api/unicode_segmentation/trait.UnicodeSegmentation.html", |
| 675 | + |
| 676 | + // ahash (external links) |
| 677 | + "https://en.wikipedia.org/wiki/SipHash": |
| 678 | + "https://en.wikipedia.org/wiki/SipHash", |
| 679 | + "https://lwn.net/Articles/474912/": |
| 680 | + "https://lwn.net/Articles/474912/", |
| 681 | + "https://en.wikipedia.org/wiki/AES_instruction_set": |
| 682 | + "https://en.wikipedia.org/wiki/AES_instruction_set", |
| 683 | + "https://docs.rs/hashbrown": |
| 684 | + "https://docs.rs/hashbrown", |
| 685 | + |
| 686 | + // log (external links) |
| 687 | + "https://docs.rs/simplelog": |
| 688 | + "https://docs.rs/simplelog", |
| 689 | + "https://docs.rs/fern": |
| 690 | + "https://docs.rs/fern", |
| 691 | + "https://docs.rs/tracing-subscriber": |
| 692 | + "https://docs.rs/tracing-subscriber", |
| 693 | + |
650 | 694 | } |
0 commit comments