Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.13 KB

README.md

File metadata and controls

33 lines (20 loc) · 1.13 KB

haskell-rust-ffi-template

A template haskell project demonstrating how to use a rust library as a dependency. It is integrated with Nix to provide an environment that enables you to:

Getting Started

Install Nix, enable Flakes, open in VSCode and run just run

Development

# Dev shell
nix develop

Or install direnv + nix-direnv and enter the shell on cd.

We also provide a justfile for Makefile'esque commands.

Credits

This template combines two other templates, with additional tweaks applied on top:

Discussion