metatensor-sys

Crates.iometatensor-sys
lib.rsmetatensor-sys
version0.1.10
sourcesrc
created_at2024-03-12 12:31:28.486333
updated_at2024-09-10 17:31:07.577187
descriptionBindings to the metatensor C library
homepagehttps://docs.metatensor.org/latest/
repositoryhttps://github.com/lab-cosmo/metatensor
max_upload_size
id1170587
size119,605
Guillaume Fraux (Luthaf)

documentation

README

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.

Commit count: 707

cargo fmt