Crate omdbrs

Source
Expand description

A library for interacting with the OMDb in Rust.

Interactions are mostly through the Film object, which is constructed using some information applicable to an OMDb search, and which can then be interacted with through a series of methods.

Structs§

Film
Structure for holding information about a Film.

Enums§

FilmError