https://github.com/ranfdev/janet-axum
https://github.com/ranfdev/janet-axum
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ranfdev/janet-axum
- Owner: ranfdev
- Created: 2023-09-17T16:48:40.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-17T16:48:43.000Z (almost 3 years ago)
- Last Synced: 2025-04-05T23:13:23.724Z (about 1 year ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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")
```