文件名称:rust-vs-ruby:“Rust 与 Ruby”的示例应用程序
文件大小:4KB
文件格式:ZIP
更新时间:2024-07-01 19:01:10
Rust
Rust 与 Ruby:构建 API 这是 Rust 与 Ruby:构建 API 博客文章的存储库。 如何运行示例 git clone https://github.com/Sdogruyol/rust-vs-ruby Ruby Ruby版本:2.2.1 Ruby 服务器:瘦 1.6.3 框架:古巴 3.4.0 cd ruby && rackup -s thin Ruby JRuby 版本:1.7.19 Ruby 服务器:Puma 2.11.1 框架:古巴 3.4.0 puma -t 8:8 锈 Rust 版本:1.0.0-beta 框架:Nickel.rs 0.2.0 cd rust && cargo run --release
【文件预览】:
rust-vs-ruby-master
----README.md(516B)
----rust()
--------.gitignore(7B)
--------src()
--------Cargo.lock(8KB)
--------Cargo.toml(211B)
----ruby()
--------config.ru(27B)
--------ruby.rb(299B)