arael 0.6.1

Nonlinear optimization framework with compile-time symbolic differentiation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
error: arael::function `bad_body` body parse: parse error at position 0: unknown function: totally_unknown_fn
  --> tests/user_function_errors/unknown_function_in_body.rs:13:1
   |
13 | #[arael::model]
   | ^^^^^^^^^^^^^^^
   |
   = note: this error originates in the attribute macro `arael::model` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused imports: `Param` and `SelfBlock`
 --> tests/user_function_errors/unknown_function_in_body.rs:5:20
  |
5 | use arael::model::{Param, SelfBlock};
  |                    ^^^^^  ^^^^^^^^^
  |
  = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default