PoiScript / orgize

A Rust library for parsing org-mode files.
https://poiscript.github.io/orgize/
MIT License
278 stars 34 forks source link

Disable JSON example when built without serde. #31

Closed calmofthestorm closed 4 years ago

calmofthestorm commented 4 years ago

Currently, the json example under examples/ and this doctest fail when running test targets without ser. I don't know how to fix the example, but we can at least fix the doctest.