saintdev / speedrun-api

Rust API for speedrun.com
3 stars 2 forks source link

Embedding into GameCategories responses #1

Closed FoxLisk closed 2 years ago

FoxLisk commented 2 years ago

This has two changes to make this possible:

  1. adding the Embed field to GameCategories; you can embed the normal Category embeds here
  2. Exposing the Root<> type to library users. It's a very convenient way to handle wrapping embeds in custom types used for response deserialization.
FoxLisk commented 2 years ago

This good?

saintdev commented 2 years ago

LGTM!