A utility library to work with the IAB TCF v1 & v2 strings.
NOTE: currently only TCString decoding is implemented
Please go to docs.rs/lib_tcstring
Cargo.toml
toml
[dependencies]
lib_tcstring = "0.1.0"
Code ```rust use std::convert::TryFrom;
let tcmodelv2 = libtcstring::TCModel::tryfrom("COvFyGBOvFyGBAbAAAENAPCAAOAAAAAAAAAAAEEUACCKAAA"); ```