FictionBook (FB2) metadata.
Matches the Rust FictionBookMetadata struct.
FictionBookMetadata
:genres
:sequences
:annotation
@type t() :: %Kreuzberg.FictionBookMetadata{ annotation: String.t() | nil, genres: [String.t()], sequences: [String.t()] }
@spec from_map(map()) :: t()
@spec to_map(t()) :: map()