Skip to main content

Scalar

Type Alias Scalar 

Source
pub type Scalar = GeneralPurpose;
Expand description

A purely scalar base64 engine that never uses hardware-specific vector instructions.

This is an alias for GeneralPurpose, giving an explicit name for callers who want to guarantee a scalar-only implementation.

Aliased Typeยง

pub struct Scalar { /* private fields */ }