Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 282 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 282 Bytes

rust-janet-module-template

A template of a native Janet module written in Rust.

Usage example

Installation

$ jpm install https://github.com/GrayJack/rust-janet-module-template.git

Using inside Janet

(use template)

(hello)
(chars "Test")