How-to Guides#

How-to guides are goal-oriented. Use them to solve specific problems.

Available How-tos#

Guide

Description

Install the library

Build dseams_core.so and put it on LUA_CPATH

Call dseams from Fennel

(require :dseams) and kebab-case wrappers

Embed in a Lua host

Load the module from a process that owns main

Frequently Asked Questions

Short answers

Troubleshooting

Common failures and fixes

Structure#

Each how-to guide follows this structure:

  1. Problem statement

  2. Solution with code examples

  3. See also links

Getting Help#