Skip to main content

parse

Function parse 

Source
pub fn parse(json: &str) -> Result<BuildTimeFingerprintData, CaptureError>
Expand description

Parse the embedded fingerprint JSON into a typed BuildTimeFingerprintData.

Pass the &str produced by include_str!(concat!(env!("OUT_DIR"), "/fingerprint.json")).