|
1 | 1 | <p align="center"> |
2 | 2 | <a href="https://jcristharif.com/msgspec/"> |
3 | | - <img src="https://raw.githubusercontent.com/jcrist/msgspec/main/docs/source/_static/msgspec-logo-light.svg" width="35%" alt="msgspec" /> |
| 3 | + <img src="https://raw.githubusercontent.com/jcrist/msgspec/main/docs/source/_static/msgspec-logo-light.svg" width="35%" alt="msgspec"> |
4 | 4 | </a> |
5 | 5 | </p> |
6 | 6 |
|
7 | | -<p align="center"> |
8 | | - <a href="https://github.com/jcrist/msgspec/actions/workflows/ci.yml"> |
9 | | - <img src="https://github.com/jcrist/msgspec/actions/workflows/ci.yml/badge.svg"> |
10 | | - </a> |
11 | | - <a href="https://jcristharif.com/msgspec/"> |
12 | | - <img src="https://img.shields.io/badge/docs-latest-blue.svg"> |
13 | | - </a> |
14 | | - <a href="https://github.com/jcrist/msgspec/blob/main/LICENSE"> |
15 | | - <img src="https://img.shields.io/github/license/jcrist/msgspec.svg"> |
16 | | - </a> |
17 | | - <a href="https://pypi.org/project/msgspec/"> |
18 | | - <img src="https://img.shields.io/pypi/v/msgspec.svg"> |
19 | | - </a> |
20 | | - <a href="https://anaconda.org/conda-forge/msgspec"> |
21 | | - <img src="https://img.shields.io/conda/vn/conda-forge/msgspec.svg"> |
22 | | - </a> |
23 | | - <a href="https://codecov.io/gh/jcrist/msgspec"> |
24 | | - <img src="https://codecov.io/gh/jcrist/msgspec/branch/main/graph/badge.svg"> |
25 | | - </a> |
26 | | -</p> |
| 7 | +<div align="center"> |
| 8 | + |
| 9 | +[](https://github.com/jcrist/msgspec/actions/workflows/ci.yml) |
| 10 | +[](https://jcristharif.com/msgspec/) |
| 11 | +[](https://github.com/jcrist/msgspec/blob/main/LICENSE) |
| 12 | +[](https://pypi.org/project/msgspec/) |
| 13 | +[](https://anaconda.org/conda-forge/msgspec) |
| 14 | +[](https://codecov.io/gh/jcrist/msgspec) |
27 | 15 |
|
| 16 | +</div> |
28 | 17 |
|
29 | 18 | `msgspec` is a *fast* serialization and validation library, with builtin |
30 | 19 | support for [JSON](https://json.org), [MessagePack](https://msgpack.org), |
|
0 commit comments