Docs.rs
node-js-0.1.0
node-js 0.1.0
Docs.rs crate page
MIT
19 July 2026
Links
crates.io
Source
Owners
MenkeTechnologies
Dependencies
clap ^4.5
normal
fusevm ^0.14.10
normal
indexmap ^2
normal
rustc-hash ^2.1
normal
thiserror ^2.0
normal
Versions
34.26%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
eval_file
nodejs
0.1.0
nodejs
Function
eval_
file
Copy item path
Source
pub fn eval_file(path: &
str
) ->
Result
<
Value
,
String
>
Expand description
Read and run a
.js
file.