javascript_lexer-0.1.8 doesn't have any documentation.
Javascript Lexer
Javscript lexer implements high performance lexer of javscript as defined by ECMAScript 9
Output of the lexer together with description can be found in docs
Installation
add to cargo.toml
= "0.1"
javascript_lexer
Example
Lexer is invoked by running
extern crate javascript_lexer;
use Lexer;