10 releases

new 0.1.14 Apr 11, 2025
0.1.13 Apr 10, 2025
0.1.12 Feb 17, 2025
0.1.10 Sep 10, 2024
0.1.4 Mar 12, 2024

#4 in #beyond

Download history 235/week @ 2024-12-21 435/week @ 2024-12-28 768/week @ 2025-01-04 381/week @ 2025-01-11 554/week @ 2025-01-18 1276/week @ 2025-01-25 530/week @ 2025-02-01 992/week @ 2025-02-08 1481/week @ 2025-02-15 403/week @ 2025-02-22 516/week @ 2025-03-01 268/week @ 2025-03-08 79/week @ 2025-03-15 26/week @ 2025-03-22 45/week @ 2025-03-29 379/week @ 2025-04-05

538 downloads per month
Used in 2 crates (via metatensor)

BSD-3-Clause

105KB
787 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
~20K SLoC