aldrio/omdb-rs

Improve type information in `Movie` struct

Opened this issue · 0 comments

Currently, all fields of Movie have the type String, except for kind which has type Kind. Several of the field types could be improved, e.g., using Vecs for actors.