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
+
1
18
# numcodecs-python
2
19
3
20
Rust-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
+ //!
1
18
//! Rust-bindings for the [`numcodecs`] Python API using [`pyo3`].
2
19
//!
3
20
//! [`numcodecs`]: https://numcodecs.readthedocs.io/en/stable/
You can’t perform that action at this time.
0 commit comments