diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2020-01-23 16:32:52 -0500 |
---|---|---|
committer | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-01-23 22:32:52 +0100 |
commit | 74e6eb14dd4697ba8bf52e044af0e7dfef49e441 (patch) | |
tree | 8d2729ad1b89f8e1de52c81de1b00c4a1328fd7e /core | |
parent | 5a658a2ff758faef4a3d864ba0b2324fa731dfcc (diff) |
update readmes (#3765)
Diffstat (limited to 'core')
-rw-r--r-- | core/README.md | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/core/README.md b/core/README.md index 9345b6eff..579fe6093 100644 --- a/core/README.md +++ b/core/README.md @@ -1,4 +1,11 @@ -# Deno Core +# Deno Core Crate + +[](https://crates.io/crates/deno_core) +[](https://docs.rs/deno_core) + +The main dependency of this crate is +[rusty_v8](https://github.com/denoland/rusty_v8), which provides the V8-Rust +bindings. This Rust crate contains the essential V8 bindings for Deno's command-line interface (Deno CLI). The main abstraction here is the Isolate which provides a |