nosapi_blackbox 0.2.0

A library for working with Gameforge's blackbox string
Documentation
1
2
3
4
5
6
//! Errors related to the `fingerprint` and `request` structs.

/// An error emitted when a method is supplied with an invalid `gsid` value.
#[derive(thiserror::Error, Debug)]
#[error("Invalid gsid")]
pub struct InvalidGsid;