strason

Crates.iostrason
lib.rsstrason
version0.5.0
sourcesrc
created_at2015-11-15 03:39:25.922989
updated_at2024-08-20 15:36:05.39999
descriptionArchived and unmaintained.
homepagehttps://github.com/apoelstra/strason/
repositoryhttps://github.com/apoelstra/strason/
max_upload_size
id3424
size9,913
Andrew Poelstra (apoelstra)

documentation

https://www.wpsoftware.net/rustdoc/strason/

README

Strason

This project was an early attempt to parse JSON with arbitary-precision numbers before the arbitrary_precision feature of serde_json was added.

It did so by abusing the serde API to sneak pointers through usizes, and later, by disguising pointers of unrelated types as &[u8]s. This involved unjustifiable assumptions about alignment and was likely unsound even when those assumptions were true.

It is now archived and unmaintained.

Do not use this crate. Use serde_json or another JSON parser instead.

Commit count: 26

cargo fmt