An open API service indexing awesome lists of open source software.

https://github.com/ranfdev/janet-axum


https://github.com/ranfdev/janet-axum

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# rust-janet-module-template

A template of a native Janet module written in Rust.

## Usage example

### Installation

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

### Using inside Janet

```clojure
(use template)

(hello)
(chars "Test")
```