ferritin 0.8.0

Human-friendly CLI for browsing Rust documentation
---
source: ferritin/src/tests.rs
expression: "render_for_tests(Commands::search(\"generic struct\"), OutputMode :: Tty)"
---
Search results for 'generic struct'
================================================================================

  ◦ [fixture-crate::GenericStruct](https://docs.rs/fixture-crate/0.1.0/fixture-crate/struct.GenericStruct.html)  (Struct) - score: 100 (relevance: 100,
    authority: 0)
    A generic struct for testing multi-paragraph documentation. [...]

  ◦ [alloc::borrow::Borrow](http://docs.rust-lang.org/nightly/core/borrow/trait.Borrow.html)  (Trait) - score: 91 (relevance: 85, authority: 7)
    A trait for borrowing data. [...]

  ◦ [core::borrow::Borrow](http://docs.rust-lang.org/nightly/core/borrow/trait.Borrow.html)  (Trait) - score: 85 (relevance: 85, authority: 0)
    A trait for borrowing data. [...]

  ◦ [std::borrow::Borrow](http://docs.rust-lang.org/nightly/core/borrow/trait.Borrow.html)  (Trait) - score: 85 (relevance: 85, authority: 0)
    A trait for borrowing data. [...]

  ◦ [core::clone::Clone](http://docs.rust-lang.org/nightly/core/clone/trait.Clone.html)  (Trait) - score: 83 (relevance: 82, authority: 1)
    A common trait that allows explicit creation of a duplicate value. [...]

  ◦ [std::clone::Clone](http://docs.rust-lang.org/nightly/core/clone/trait.Clone.html)  (Trait) - score: 83 (relevance: 82, authority: 1)
    A common trait that allows explicit creation of a duplicate value. [...]

  ◦ [core::ops::Deref](http://docs.rust-lang.org/nightly/core/ops/deref/trait.Deref.html)  (Trait) - score: 80 (relevance: 79, authority: 1)
    Used for immutable dereferencing operations, like *v. [...]

  ◦ [std::ops::Deref](http://docs.rust-lang.org/nightly/core/ops/deref/trait.Deref.html)  (Trait) - score: 80 (relevance: 79, authority: 1)
    Used for immutable dereferencing operations, like *v. [...]

  ◦ [fixture-crate::GenericEnum](https://docs.rs/fixture-crate/0.1.0/fixture-crate/enum.GenericEnum.html)  (Enum) - score: 77 (relevance: 58, authority:
    33)
    A generic enum for testing [...]

  ◦ [core::mem::ManuallyDrop](http://docs.rust-lang.org/nightly/core/mem/manually_drop/struct.ManuallyDrop.html)  (Struct) - score: 77 (relevance: 76, authority: 1)
    A wrapper to inhibit the compiler from automatically calling T’s destructor.
    This wrapper is 0-cost. [...]