avrotize 0.1.1

Convert JSON Schema to Avro with Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
source: tests/cli.rs
expression: json
---
{
  "type": "record",
  "name": "document",
  "namespace": "basic_string_schema",
  "fields": [
    {
      "name": "name",
      "type": "string"
    }
  ]
}