File tree Expand file tree Collapse file tree 2 files changed +34
-0
lines changed
Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Original file line number Diff line number Diff line change 1+ [ ![ CI Status]] [ workflow ] [ ![ MSRV]] [ repo ] [ ![ Latest Version]] [ crates.io ] [ ![ Rust Doc Crate]] [ docs.rs ] [ ![ Rust Doc Main]] [ docs ]
2+
3+ [ CI Status ] : https://img.shields.io/github/actions/workflow/status/juntyr/numcodecs-rs/ci.yml?branch=main
4+ [ workflow ] : https://github.com/juntyr/numcodecs-rs/actions/workflows/ci.yml?query=branch%3Amain
5+
6+ [ MSRV ] : https://img.shields.io/badge/MSRV-1.65.0-blue
7+ [ repo ] : https://github.com/juntyr/numcodecs-rs
8+
9+ [ Latest Version ] : https://img.shields.io/crates/v/numcodecs-python
10+ [ crates.io ] : https://crates.io/crates/numcodecs-python
11+
12+ [ Rust Doc Crate ] : https://img.shields.io/docsrs/numcodecs-python
13+ [ docs.rs ] : https://docs.rs/numcodecs-python/
14+
15+ [ Rust Doc Main ] : https://img.shields.io/badge/docs-main-blue
16+ [ docs ] : https://juntyr.github.io/numcodecs-rs/numcodecs_python
17+
118# numcodecs-python
219
320Rust-bindings for the [ ` numcodecs ` ] Python API using [ ` pyo3 ` ] .
Original file line number Diff line number Diff line change 1+ //! [![CI Status]][workflow] [![MSRV]][repo] [![Latest Version]][crates.io] [![Rust Doc Crate]][docs.rs] [![Rust Doc Main]][docs]
2+ //!
3+ //! [CI Status]: https://img.shields.io/github/actions/workflow/status/juntyr/numcodecs-rs/ci.yml?branch=main
4+ //! [workflow]: https://github.com/juntyr/numcodecs-rs/actions/workflows/ci.yml?query=branch%3Amain
5+ //!
6+ //! [MSRV]: https://img.shields.io/badge/MSRV-1.65.0-blue
7+ //! [repo]: https://github.com/juntyr/numcodecs-rs
8+ //!
9+ //! [Latest Version]: https://img.shields.io/crates/v/numcodecs-python
10+ //! [crates.io]: https://crates.io/crates/numcodecs-python
11+ //!
12+ //! [Rust Doc Crate]: https://img.shields.io/docsrs/numcodecs-python
13+ //! [docs.rs]: https://docs.rs/numcodecs-python/
14+ //!
15+ //! [Rust Doc Main]: https://img.shields.io/badge/docs-main-blue
16+ //! [docs]: https://juntyr.github.io/numcodecs-rs/numcodecs_python
17+ //!
118//! Rust-bindings for the [`numcodecs`] Python API using [`pyo3`].
219//!
320//! [`numcodecs`]: https://numcodecs.readthedocs.io/en/stable/
You can’t perform that action at this time.
0 commit comments