#serde-json #proc-macro #display #procedural #debugging #display-json #display-as-json

macro display_json_derive

Procedural macros for implementing Display and Debug with serde_json::to_string and serde_json::to_string_pretty

4 releases

0.1.3 May 7, 2021
0.1.2 Apr 13, 2021
0.1.1 Apr 9, 2021
0.1.0 Apr 9, 2021

#146 in #debug

50 downloads per month

MIT license

5KB
105 lines

display_json
============

A rust library providing the procedural macros ``DisplayAsJson``,
``DisplayAsJsonPretty``, ``DebugAsJson`` and ``DebugAsJsonPretty``.

TODO
----

* documentation

* pipeline

* codecov

Dependencies

~1.5MB
~34K SLoC