deno_lib 2.0.9

Provides the deno library
1
2
3
4
5
# deno_lib

Fully-featured and extensible Deno crate for embedding Deno in your Rust app (unofficial).

This uses a lot of code from the [Deno project](https://github.com/denoland/deno) and adapts it to be used in a Rust application. You can embed Deno in your Rust application by using this crate.