[][src]Module skim::prelude

Re-exports

pub use crate::*;

Structs

AndOrEngineFactory
AnsiString

A String that contains ANSI state (e.g. colors)

Arc

A thread-safe reference-counting pointer. 'Arc' stands for 'Atomically Reference Counted'.

AtomicUsize

An integer type which can be safely shared between threads.

DefaultSkimSelector
ExactOrFuzzyEngineFactory
Rc

A single-threaded reference-counting pointer. 'Rc' stands for 'Reference Counted'.

Receiver

The receiving side of a channel.

RefCell

A mutable memory location with dynamically checked borrow rules

RegexEngineFactory
Sender

The sending side of a channel.

SkimItemReader
SkimItemReaderOption
SkimOptions
SkimOptionsBuilder

Builder for SkimOptions.

SkimOutput

Enums

Cow

A clone-on-write smart pointer.

Event
FuzzyAlgorithm
Key

Single key

Ordering

Atomic memory orderings

Functions

bounded

Creates a channel of bounded capacity.

unbounded

Creates a channel of unbounded capacity.