sljit-sys 0.4.0

System crate for sljit using bindgen and ast-grep
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
// @ts-check

// This runs in Node.js - Don't use client-side code here (browser APIs, JSX...)

/**
 @type {import('@docusaurus/plugin-content-docs').SidebarsConfig}
 */
const sidebars = {
  generalSidebar: [{type: 'autogenerated', dirName: 'general'}],
  tutorialSidebar: [{type: 'autogenerated', dirName: 'tutorial'}]
};

export default sidebars;