READMEs for Schema implementations

This commit is contained in:
Tony Garnock-Jones 2022-06-09 13:49:59 +02:00
parent 0bc742d7a2
commit c49b8673f7
4 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,4 @@
# Preserves Schema for TypeScript/JavaScript
This is an implementation of [Preserves Schema](https://preserves.dev/preserves-schema.html)
for TypeScript and JavaScript.

View File

@ -1,3 +1,8 @@
#
# This is an implementation of [Preserves Schema](https://preserves.dev/preserves-schema.html)
# for Python 3.
#
from . import *
import pathlib
import keyword

View File

@ -0,0 +1,4 @@
# Preserves Schema for Racket
This is an implementation of [Preserves Schema](https://preserves.dev/preserves-schema.html)
for Racket.

View File

@ -0,0 +1,4 @@
# Preserves Schema for Rust
This is an implementation of [Preserves Schema](https://preserves.dev/preserves-schema.html)
for Rust.