builtin_modules 0.2.0

A static list of the Node.js builtin modules from the latest Node.js version in rust
Documentation
  • Coverage
  • 66.67%
    2 out of 3 items documented2 out of 2 items with examples
  • Size
  • Source code size: 7.48 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 189.32 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Homepage
  • Chersquwn/builtin_modules
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Chersquwn

builtin_modules

A static list of the Node.js builtin modules from the latest Node.js version in rust.

Install

cargo add builtin_modules

Usage

use builtin_modules::BUILTIN_MODULES;

assert!(BUILTIN_MODULES.contains("path"));