From dd2e687402b9bd4ba955e8e3fa736e0c10fe36c0 Mon Sep 17 00:00:00 2001 From: Jack Harper Date: Wed, 25 Mar 2026 16:50:11 +0000 Subject: [PATCH] add badges to crates and pypi --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6f64417..6fe1c14 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # Streaming Data Types +[![Crates.io](https://img.shields.io/crates/v/isis_streaming_data_types.svg)](https://crates.io/crates/isis_streaming_data_types) [![PyPI](https://img.shields.io/pypi/v/isis_streaming_data_types.svg)](https://pypi.org/project/isis_streaming_data_types/) FlatBuffers is the format chosen for the ISIS data streaming system, derived from the [ESS messaging system](https://github.com/ess-dmsc/streaming-data-types).