API Reference#
DiffeRT comes as two-package project: differt, the main Python module, that
contains most of the features, and differt_core, a lower-level Python module written
in Rust, for performance reason. The second module (differt_core) is a direct dependency
of the former (differt). However, you can also decide to install differt_core directly,
if you only needs its features.
You can find the documentation for both packages by clicking on the links below.