flame icon indicating copy to clipboard operation
flame copied to clipboard

Crate doesn't compile without `json` feature

Open mbartlett21 opened this issue 4 years ago • 1 comments

The crate's code uses extern crate serde_derive without #[cfg(feature = "json")], meaning that it doesn't compile if the json feature is disabled.

mbartlett21 avatar Dec 07 '20 13:12 mbartlett21

I have started working on this (see #55), but there's a strange problem with the threads test. It works with the feature enabled, but not without it, and I haven't found the time to debug this.

llogiq avatar Dec 13 '20 10:12 llogiq