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 :: Plain)"
---
Search results for 'generic struct'
================================================================================

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

  ◦ alloc::borrow::Borrow  (Trait) - score: 91 (relevance: 85, authority: 7)
    A trait for borrowing data. [...]

  ◦ core::borrow::Borrow  (Trait) - score: 85 (relevance: 85, authority: 0)
    A trait for borrowing data. [...]

  ◦ std::borrow::Borrow  (Trait) - score: 85 (relevance: 85, authority: 0)
    A trait for borrowing data. [...]

  ◦ core::clone::Clone  (Trait) - score: 83 (relevance: 82, authority: 1)
    A common trait that allows explicit creation of a duplicate value. [...]

  ◦ std::clone::Clone  (Trait) - score: 83 (relevance: 82, authority: 1)
    A common trait that allows explicit creation of a duplicate value. [...]

  ◦ core::ops::Deref  (Trait) - score: 80 (relevance: 79, authority: 1)
    Used for immutable dereferencing operations, like *v. [...]

  ◦ std::ops::Deref  (Trait) - score: 80 (relevance: 79, authority: 1)
    Used for immutable dereferencing operations, like *v. [...]

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

  ◦ core::mem::ManuallyDrop  (Struct) - score: 77 (relevance: 76, authority: 1)
    A wrapper to inhibit the compiler from automatically calling T’s destructor. This wrapper is 0-cost. [...]