8 releases

0.1.12 Feb 17, 2025
0.1.10 Sep 10, 2024
0.1.9 Jul 15, 2024
0.1.8 May 13, 2024
0.1.4 Mar 12, 2024

#1768 in Text processing

Download history 655/week @ 2024-11-04 672/week @ 2024-11-11 1250/week @ 2024-11-18 1697/week @ 2024-11-25 953/week @ 2024-12-02 1391/week @ 2024-12-09 675/week @ 2024-12-16 253/week @ 2024-12-23 580/week @ 2024-12-30 593/week @ 2025-01-06 526/week @ 2025-01-13 439/week @ 2025-01-20 1328/week @ 2025-01-27 458/week @ 2025-02-03 1098/week @ 2025-02-10 382/week @ 2025-02-17

3,280 downloads per month
Used in 2 crates (via metatensor)

BSD-3-Clause

105KB
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