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

#52 in #matching

Download history 564/week @ 2024-09-25 399/week @ 2024-10-02 312/week @ 2024-10-09 122/week @ 2024-10-16 426/week @ 2024-10-23 878/week @ 2024-10-30 560/week @ 2024-11-06 977/week @ 2024-11-13 1203/week @ 2024-11-20 1694/week @ 2024-11-27 1055/week @ 2024-12-04 1141/week @ 2024-12-11 409/week @ 2024-12-18 428/week @ 2024-12-25 575/week @ 2025-01-01 443/week @ 2025-01-08

2,006 downloads per month
Used in 2 crates (via metatensor)

BSD-3-Clause

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.9MB
~23K SLoC