5 releases

0.1.8 May 13, 2024
0.1.7 May 13, 2024
0.1.6 May 6, 2024
0.1.5 Apr 9, 2024
0.1.4 Mar 12, 2024

#59 in #matching

Download history 875/week @ 2024-03-12 410/week @ 2024-03-19 454/week @ 2024-03-26 353/week @ 2024-04-02 777/week @ 2024-04-09 392/week @ 2024-04-16 162/week @ 2024-04-23 330/week @ 2024-04-30 439/week @ 2024-05-07 1220/week @ 2024-05-14

2,269 downloads per month
Used in metatensor

BSD-3-Clause

94KB
750 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.5MB
~16K SLoC