Ecosyste.ms: Awesome
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: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ranfdev/janet-axum
- Owner: ranfdev
- Created: 2023-09-17T16:48:40.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-17T16:48:43.000Z (over 1 year ago)
- Last Synced: 2024-10-31T14:06:11.629Z (about 2 months 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")
```