Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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


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

Last synced: 4 days 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")
```