zod 0.1.0

Rust integraions with the `zod` typescript library.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Zod

[![CI](https://github.com/nicolaiunrein/zod/actions/workflows/ci.yml/badge.svg)](https://github.com/nicolaiunrein/zod/actions/workflows/ci.yml)
[![Unsafe Rust forbidden](https://img.shields.io/badge/unsafe-forbidden-success.svg?style=flat&logo=rust)](https://github.com/rust-secure-code/safety-dance/)
[![Crates.io version](https://img.shields.io/crates/v/zod.svg?style=flat)](https://crates.io/crates/zod)
[![docs.rs docs](https://img.shields.io/badge/docs-latest-blue.svg?style=flat)](https://docs.rs/zod)
[![downloads](https://img.shields.io/crates/d/zod.svg?style=flat)](https://crates.io/crates/zod)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-9cf.svg?style=flat&logo=pr)](https://github.com/nicolaiunrein/zod/compare)

**simply derive your `typescript` / `Rust` interop!**

This crate provides integrations with the [zod](https://github.com/colinhacks/zod) typescript library.

*please see [docs.rs](https://docs.rs/zod) for more details*

**_NOTE:_**  This crate is not ready for production yet!