//! # A Cookbook of Common Tasks
//! ## Supported Types
//! ```rust
//! ```
//! ## Wrap an Octave function
//! ```rust
//! ```
//! ## Access linear algebra
//! Linear algebra is one of the areas where rust is (currently) immature. Accessing Octave can enable better testing
//! as the Rust community evolves. Here's an example of an ODE solver:
//! ```rust
//! ```
//! ## Do topology optimization
//! ### top88.m
//! The famous top88.m code, adapted from [here](https://github.com/blademwang11/Topopt/blob/master/top88.m)
//! ```rust
//! ```
//! ### top99.m
//! The famous top99.m code, adapted from [here](https://www.topopt.mek.dtu.dk/apps-and-software/a-99-line-topology-optimization-code-written-in-matlab)
//! ```rust
//! ```