Crates.io | builtin_modules |
lib.rs | builtin_modules |
version | 0.2.0 |
source | src |
created_at | 2024-10-09 16:24:05.304131 |
updated_at | 2024-10-11 13:37:44.131179 |
description | A static list of the Node.js builtin modules from the latest Node.js version in rust |
homepage | https://github.com/Chersquwn/builtin_modules |
repository | https://github.com/Chersquwn/builtin_modules |
max_upload_size | |
id | 1402556 |
size | 7,788 |
A static list of the Node.js builtin modules from the latest Node.js version in rust.
cargo add builtin_modules
use builtin_modules::BUILTIN_MODULES;
assert!(BUILTIN_MODULES.contains("path"));