7 releases
0.1.10 | Sep 10, 2024 |
---|---|
0.1.9 | Jul 15, 2024 |
0.1.8 | May 13, 2024 |
0.1.5 | Apr 9, 2024 |
0.1.4 | Mar 12, 2024 |
#49 in #matching
2,257 downloads per month
Used in metatensor
98KB
779 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
~21K SLoC