Skip to content

Commit 682dc7c

Browse files
committed
docs: Update README
Signed-off-by: Dmitry Dygalo <[email protected]>
1 parent 00b33fb commit 682dc7c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

crates/jsonschema-py/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -668,6 +668,20 @@ For detailed benchmarks, see our [full performance comparison](https://github.co
668668

669669
`jsonschema-rs` supports CPython 3.10 through 3.14 and PyPy 3.10+.
670670

671+
Pre-built wheels are available for:
672+
673+
- **Linux**: `x86_64`, `i686`, `aarch64` (glibc and musl)
674+
- **macOS**: `x86_64`, `aarch64`, `universal2`
675+
- **Windows**: `x64`, `x86`
676+
677+
## Troubleshooting
678+
679+
If you encounter linking errors when building from source on Linux (e.g., undefined symbol errors related to `ring` or crypto), try using the `mold` linker:
680+
681+
```bash
682+
RUSTFLAGS="-C link-arg=-fuse-ld=mold" pip install jsonschema-rs --no-binary :all:
683+
```
684+
671685
## Acknowledgements
672686

673687
This library draws API design inspiration from the Python [`jsonschema`](https://github.com/python-jsonschema/jsonschema) package. We're grateful to the Python `jsonschema` maintainers and contributors for their pioneering work in JSON Schema validation.

0 commit comments

Comments
 (0)