https://github.com/startdusk/deno-core-demo
https://github.com/startdusk/deno-core-demo
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/startdusk/deno-core-demo
- Owner: startdusk
- Created: 2023-01-24T13:29:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-06T14:11:29.000Z (over 3 years ago)
- Last Synced: 2026-01-01T09:08:16.262Z (5 months ago)
- Language: Rust
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```