simd-json-derive 0.2.0

derives for simd-json
docs.rs failed to build simd-json-derive-0.2.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: simd-json-derive-0.13.0

Derives for high performance JSON serialisation (and eventually deserialisation).

Attributres are supported for both #[simd_json(...)] and for compatibilty also for #[serde(...)] and follow the same nameing conventions as serde.

For fields:

  • rename = "new_name" - renames a field

For structs:

  • rename_all = "camelCase" - renames all (not otherwise renamed) based on the rule, camelCase is currently supportd