You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The src/lib.rs "complete documentation" link (which is not docs.rs, as the others are) goes to a website (terhix dot com) that does not appear to be legitimate any more - blocked by internet firewalls, ublock origins, and a quick check of it from a personal device just gives me spam, no content.
Other links (i.e. from readme) link 'complete documentation' to docs.rs/json/0.12.0/json/, but the docs.rs uses the value in lib.
January 2020, and the terhix site still redirects to a spam/scam site. As a newbie to rust I'm finding it very difficult to use this crate without full and proper documentation.
Thanks for the bump @chrisridd. Merged #170, going to do a release.
I myself use serde for most things these days, I've been thinking about deprecating the entire crate as such and just point people to serde-json instead.
Activity
haukened commentedon Dec 18, 2019
It’s now the end of December. Is anyone maintaining this package?
chrisridd commentedon Jan 14, 2020
January 2020, and the terhix site still redirects to a spam/scam site. As a newbie to rust I'm finding it very difficult to use this crate without full and proper documentation.
maciejhirsz commentedon Jan 14, 2020
Thanks for the bump @chrisridd. Merged #170, going to do a release.
I myself use serde for most things these days, I've been thinking about deprecating the entire crate as such and just point people to serde-json instead.