- Mastering Rust
- Rahul Sharma Vesa Kaihlavirta
- 79字
- 2021-07-02 13:35:28
Summary
In this chapter, we got acquainted with writing unit tests, integration tests, documentation tests, and benchmarks using both rustc and the cargo tool. We then implemented a logic gate simulator crate and got to experience the whole crate development workflow. Later, we learned how to integrate Travis CI for our GitHub project.
In the next chapter, we'll explore Rust's type system and how to use it to express proper semantics in our program at compile time.
推薦閱讀
- Mastering OpenLayers 3
- iOS應(yīng)用逆向工程(第2版)
- Python機(jī)器學(xué)習(xí)基礎(chǔ)教程
- 青少年信息學(xué)競(jìng)賽
- Learning R for Geospatial Analysis
- Building Wireless Sensor Networks Using Arduino
- Python程序設(shè)計(jì)與算法基礎(chǔ)教程(第2版)(微課版)
- Java EE企業(yè)級(jí)應(yīng)用開發(fā)教程(Spring+Spring MVC+MyBatis)
- Java7程序設(shè)計(jì)入門經(jīng)典
- Drupal 8 Development:Beginner's Guide(Second Edition)
- Java設(shè)計(jì)模式深入研究
- Leaflet.js Essentials
- SQL Server 2014數(shù)據(jù)庫設(shè)計(jì)與開發(fā)教程(微課版)
- Hands-On Machine Learning with ML.NET
- Lucene 4 Cookbook