Crates.io | metatensor-sys |
lib.rs | metatensor-sys |
version | 0.1.10 |
source | src |
created_at | 2024-03-12 12:31:28.486333 |
updated_at | 2024-09-10 17:31:07.577187 |
description | Bindings to the metatensor C library |
homepage | https://docs.metatensor.org/latest/ |
repository | https://github.com/lab-cosmo/metatensor |
max_upload_size | |
id | 1170587 |
size | 119,605 |
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.