marked-data icon indicating copy to clipboard operation
marked-data copied to clipboard

Better document feature flags

Open not-my-profile opened this issue 1 year ago • 1 comments

I started using this crate with only the serde feature. I didn't enable the serde-path feature because I don't need need any paths. I then noticed that for syntax errors the markers were None ... I thought that this was a bug until I eventually figured out that this gets fixed when you enable the serde-path feature.

Looking further into this, this indeed is documented in the top-level README of the repository ... which I hadn't read, I was only looking at the crates.io README and the rustdoc. We should move this note from the top-level README into the crate README/rustdoc.

not-my-profile avatar Sep 08 '24 19:09 not-my-profile

I'd be happy to take a PR for this.

kinnison avatar Sep 17 '24 17:09 kinnison

I have released 0.8.0 with this

kinnison avatar May 26 '25 13:05 kinnison