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

https://github.com/mjpclab/web-binary-media-programming

《Web二进制媒体编程》
https://github.com/mjpclab/web-binary-media-programming

Last synced: 4 months ago
JSON representation

《Web二进制媒体编程》

Awesome Lists containing this project

README

          

# Web二进制媒体编程

[在线阅读](https://mjpclab.net/web-binary-media-programming/)

# 开发环境

## 初始化

安装rust工具链。

初始化项目:

```shell
make init
```

## 启动开发服务器

```shell
make dev
```

# 编译

```shell
make build
```