rust-fuzz / arbitrary

Generating structured data from arbitrary, unstructured input.

Home Page:https://docs.rs/arbitrary/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

integration with chrono DateTime<Utc>

dzmitry-lahoda opened this issue · comments

i cannot impl arbitrary trait on foreign struct in my code

or do this #33

You should ask the chrono crate to add an optional feature with the trait impl

(or wait for #33)