docs.rs failed to build dace-0.1.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
dace-0.2.1
DACE-RS
Rust wrapper of DACE, the Differential Algebra Computational Toolbox.
Introduction
DACE-RS is a Rust wrapper of DACE, the Differential Algebra Computational Toolbox (https://github.com/dacelib/dace).
You can find further details on Differential Algebra and its applications on that web page.
Installation
DACE-RS can be used in your project by including it as a Cargo dependency.
Add this to your Cargo.toml:
[]
= "0.1"
CMake and a C compiler must be installed in the system to build the DACE Core library.
Tutorials
The original DACE C++ tutorials have been translated to Rust and are available in the examples folder: https://github.com/giovannipurpura/dace-rs/tree/master/examples
Examples
This is a quick example for basic usage:
use *; // import all DACE elements