An open API service indexing awesome lists of open source software.

https://github.com/startdusk/deno-core-demo


https://github.com/startdusk/deno-core-demo

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# deno-core-demo

1.[基本使用](./examples/basic.rs)

```bash
cargo run --example basic
```

2.[加载模块](./examples/load_module.rs)

```bash
cargo run --example load_module
```