Crate imdb [−] [src]
imdb is a Rust library to retrieve information from IMDb.
Example
⚠Be careful when using this code, it's not being tested!
use imdb::IMDb; imdb = IMDb::new(); top250movies = imdb.top250_movies().unwrap()
Reexports
pub use models::Movie; |
Modules
models |
Data Models for |
unstable |
Unstable Internal APIs. |
Structs
IMDb |
Client to retrieve information from IMDb. |
Enums
Error |
Error type for |
Language |
Options for IMDb language support via Accept-Language |