| Crates.io | metatensor-sys |
| lib.rs | metatensor-sys |
| version | 0.1.17 |
| created_at | 2024-03-12 12:31:28.486333+00 |
| updated_at | 2025-09-10 14:43:34.000663+00 |
| description | Bindings to the metatensor C library |
| homepage | https://docs.metatensor.org/latest/ |
| repository | https://github.com/metatensor/metatensor |
| max_upload_size | |
| id | 1170587 |
| size | 132,881 |
This crate contains the Rust declaration matching the C API of metatensor. It also builds and links to the metatensor shared library.
This crate offers one feature: static which uses a static build of metatensor
instead of a shared one. Unless you know that your code will never interact with
another metatensor-based codebase, it is better to not use this feature.