~alva/zig-bare

ed630f12a9248cd3d830fb86e41567333500f1f9 — owl a year ago 3203edd
mention interoperability
1 files changed, 7 insertions(+), 0 deletions(-)

M README.md
M README.md => README.md +7 -0
@@ 80,6 80,13 @@ For `map[type A]type B`, `std.HashMap` is used.

When using `Encoder`, all BARE invariants are enforced at compile-time.

### Interoperability

There are tests ported from go-bare in an attempt to ensure interoperability.
Please report any interoperability issues you find.

If you can port relevant test cases, that would also be very welcome. :)

## Code generation

There is no schema parser or code generation.