Crates.io | vast-protocol |
lib.rs | vast-protocol |
version | 0.3.0 |
source | src |
created_at | 2022-10-13 03:39:18.216122 |
updated_at | 2022-11-07 08:36:16.697722 |
description | VAST protocol v4 parser on top of serde-rs |
homepage | https://github.com/mapbox-jp/vast-protocol |
repository | https://github.com/mapbox-jp/vast-protocol |
max_upload_size | |
id | 686859 |
size | 29,888 |
vast-protocol
VAST protocol v4 parser on top of serde-rs.
chrono
: Enables DateTime related helpers e.g. v4::util::FromVastTimestamp
.vast-protocol
is tested against v4.0, v4.1 and v.4.2 XMLs found in VAST_Samples. To test in your local machine, clone VAST_Samples repo
git clone https://github.com/InteractiveAdvertisingBureau/VAST_Samples.git tests/VAST_Samples
Then run test with this command
cargo test --all-features -- --nocapture