Skip to content

ShawnJeffersonWang/rover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rover

rustup update stable

本地直接运行

# 检查代码是否有编译错误 (速度快)
cargo check

# 编译并运行项目 (开发模式)
cargo run

# 如果要以生产模式运行 (性能更高)
cargo run --release

About

The backend for the rover mobile app's community features.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published