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

Download history 174/week @ 2024-07-28 38/week @ 2024-08-04 170/week @ 2024-08-11 123/week @ 2024-08-18 114/week @ 2024-08-25 500/week @ 2024-09-01 320/week @ 2024-09-08 625/week @ 2024-09-15 555/week @ 2024-09-22 319/week @ 2024-09-29 341/week @ 2024-10-06 294/week @ 2024-10-13 268/week @ 2024-10-20 725/week @ 2024-10-27 560/week @ 2024-11-03 696/week @ 2024-11-10

2,257 downloads per month
Used in 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.4MB
~21K SLoC