use Deserialize;
/// GitHub release information from the GitHub API.
///
/// This struct represents the JSON response from GitHub's releases API endpoint.
/// It contains the essential information needed for the self-update process.
/// A downloadable asset from a GitHub release.
///
/// This struct represents individual files attached to a GitHub release,
/// typically containing compiled binaries for different platforms.