Crate searchspot [] [src]

Modules

config
logger
matches
resource
server
terms

Macros

i32_vec_from_params!

Sugar for type_vec_from_params where $t is i32.

string_vec_from_params!

Sugar for type_vec_from_params where $t is String.

type_vec_from_params!

Like vec_from_params, but expects $t (instead of Vec<$t>) and return Vec<$t>. Elements that cannot be actually casted to $t are discarded.

vec_from_params!

Given a Map, return a Vec<_> that contains all the items wrapped inside the Values.