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

#53 in #matching

Download history 485/week @ 2024-08-31 309/week @ 2024-09-07 579/week @ 2024-09-14 593/week @ 2024-09-21 354/week @ 2024-09-28 330/week @ 2024-10-05 298/week @ 2024-10-12 222/week @ 2024-10-19 756/week @ 2024-10-26 581/week @ 2024-11-02 673/week @ 2024-11-09 1236/week @ 2024-11-16 1725/week @ 2024-11-23 1019/week @ 2024-11-30 1356/week @ 2024-12-07 713/week @ 2024-12-14

5,048 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.8MB
~22K SLoC