Crates.io | metatensor-sys |
lib.rs | metatensor-sys |
version | 0.1.15 |
created_at | 2024-03-12 12:31:28.486333+00 |
updated_at | 2025-07-29 12:23:48.943821+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 | 130,624 |
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.