Getting Started

Build ISO mDL compliant applications use the Spruce Rust Library.

Pre-requisites

This guide assumes familiarity with the Rust programming language and related tooling.

Learn more about the Rust programming language here.

Install with Cargo

Add the ISO mDL library to your Rust project using cargo:

cargo add isomdl

The following sections will provide a conceptual overview of the ISO mDL Rust library and the interaction flows between devices and readers.

Last updated