Go to file
krista-chan 42194ef538 Fix spec link not working 2022-12-09 23:26:21 +00:00
lib/shedron Fix spec link not working 2022-12-09 23:26:21 +00:00
spec implemented drop lwest and drop highest 2022-10-20 07:36:05 +02:00
src Finish all todos and replace todo with unreachable 2022-11-24 21:38:16 +00:00
.gitignore setup testing env & make package auto build 2022-11-09 13:47:53 +01:00
.npmignore add npmignore 2022-11-09 14:11:47 +01:00
Cargo.lock Fix spec link not working 2022-12-09 23:26:21 +00:00
Cargo.toml Add roll concatenation 2022-12-09 22:34:02 +00:00
LICENSE Add LICENSE 2022-10-17 15:27:31 +00:00
README.md "Documentation" 2022-11-09 14:13:38 +01:00
build.rs Write js-rust bindings 2022-10-14 15:00:45 +01:00
index.d.ts fix negative values underflowing 2022-11-17 20:36:01 +01:00
index.js Update test and remove logpoints from release build 2022-10-15 17:31:18 +01:00
package.json Add roll concatenation 2022-12-09 22:34:02 +00:00
pnpm-lock.yaml Ok it works time to add precedence waaaaaaa 2022-10-15 13:30:11 +01:00

README.md

Shedron

Node.js bindings to the rust implementation of the shedron language

Installation

npm i shedron

Requires rust installed and in PATH to build.