2 releases

0.1.5 Apr 9, 2024
0.1.4 Mar 12, 2024

#65 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 379/week @ 2024-04-16

2,084 downloads per month
Used in metatensor

BSD-3-Clause

93KB
749 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