10 releases
new 0.1.14 | Apr 11, 2025 |
---|---|
0.1.13 | Apr 10, 2025 |
0.1.12 | Feb 17, 2025 |
0.1.10 | Sep 10, 2024 |
0.1.4 | Mar 12, 2024 |
#4 in #beyond
538 downloads per month
Used in 2 crates
(via metatensor)
105KB
787 lines
metatensor-sys crate
This crate contains the Rust declaration matching the C API of metatensor. It also builds and links to the metatensor shared library.
Features
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.
No runtime deps
~0–1.4MB
~20K SLoC