Module kittycad_modeling_cmds::base64

source ·
Expand description

Base64 data that encodes to url safe base64, but can decode from multiple base64 implementations to account for various clients and libraries. Compatible with serde and JsonSchema.

Structs§

  • A container for binary that should be base64 encoded in serialisation. In reverse when deserializing, will decode from many different types of base64 possible.
  • Error returned when invalid Base64 data was sent.