iword-rs 0.1.11

High-speed keyword search — Rust implementation of iWord
Documentation
1
2
3
4
5
6
7
import { StrictMode } from 'react';
import { createRoot } from 'react-dom/client';
import App from './App.jsx';

createRoot(document.getElementById('root')).render(
  <StrictMode><App /></StrictMode>
);