Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BurntSushi/imdb-rename
/ functions
Functions
335 in github.com/BurntSushi/imdb-rename
⨍
Functions
335
◇
Types & classes
63
Method
none
()
imdb-index/src/search.rs:766
Method
number
( err: E, )
imdb-index/src/error.rs:87
Function
number_as_bool
(de: D)
imdb-index/src/record.rs:248
Method
open
Open a rating index from the given index directory.
imdb-index/src/index/rating.rs:31
Method
open
Open an episode index from the given index directory.
imdb-index/src/index/episode.rs:47
Method
open
Open an AKA index using the corresponding data and index directories. The data directory contains the IMDb data set while the index directory contains
imdb-index/src/index/aka.rs:36
Method
open
Open a name index in the given directory.
imdb-index/src/index/names.rs:228
Function
optional_number_as_bool
(de: D)
imdb-index/src/record.rs:255
Method
partial_cmp
(&self, other: &TitleKind)
imdb-index/src/record.rs:141
Method
partial_cmp
(&self, other: &PostingIter<'i>)
imdb-index/src/index/names.rs:903
Method
possible_names
Returns a list of s trings representing the possible similarity function names.
imdb-index/src/search.rs:684
Method
possible_names
Returns a list of strings representing the possible scorer values.
imdb-index/src/index/names.rs:1150
Function
query_deserialize
()
imdb-index/src/search.rs:964
Function
query_display
()
imdb-index/src/search.rs:931
Function
query_parser
()
imdb-index/src/search.rs:867
Function
query_parser_error
()
imdb-index/src/search.rs:915
Function
query_parser_weird
()
imdb-index/src/search.rs:922
Function
query_serialize
()
imdb-index/src/search.rs:946
Function
ranges
()
imdb-index/src/search.rs:849
Method
read
Read the next posting pair (doc ID and frequency) from the given postings list. If the list is empty, then return `None`.
imdb-index/src/index/names.rs:718
Method
search
Search this index for `Title` records whose name matches the given query. The query controls the following things: The name to search for. The maxim
imdb-index/src/index/mod.rs:198
Method
since
Create a duration corresponding to the amount of time since the instant given.
imdb-index/src/util.rs:52
Method
source
(&self)
imdb-index/src/error.rs:95
Function
spec_printer
()
imdb-eval/src/eval.rs:488
Method
src
The `src` of this proposal.
src/rename.rs:119
Method
try_clone
Attempt to clone this index, returning a distinct `Index`. This is as cheap to call as `Index::open` and returns an error if there was a problem read
imdb-index/src/index/mod.rs:179
Function
tvshow
()
imdb-index/src/index/episode.rs:334
Method
tvshow_id
Restrict results to episodes belonging to the TV show given by its IMDb ID. This automatically limits all results to episodes.
imdb-index/src/search.rs:400
Method
unknown_directive
(unk: T)
imdb-index/src/error.rs:47
Method
unknown_ngram_type
(unk: T)
imdb-index/src/error.rs:39
Method
unknown_scorer
(unk: T)
imdb-index/src/error.rs:35
Method
unknown_sim
(unk: T)
imdb-index/src/error.rs:43
Method
unknown_title
(unk: T)
imdb-index/src/error.rs:31
Method
votes_le
Set the upper inclusive bound on a title's number of votes.
imdb-index/src/search.rs:359
Method
write
(&mut self, buf: &[u8])
imdb-index/src/index/writer.rs:55
← previous
301–335 of 335, ranked by callers