metatensor-sys 0.1.18

Bindings to the metatensor C library
1
2
3
4
5
6
7
8
9
10
# 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.