discount_calculator:用Rust编写的结帐流程的模拟

时间:2024-03-15 02:27:31
【文件属性】:

文件名称:discount_calculator:用Rust编写的结帐流程的模拟

文件大小:10KB

文件格式:ZIP

更新时间:2024-03-15 02:27:31

rust rust-lang rust-library Rust

挑战 该存储库是应对这一的可能解决方案。 目的是模拟一个在线市场,该市场允许促销和总支出折扣。 假设条件 我认为某种类型的CMS可以使市场部门轻松创建促销和折扣。 在本练习中,假定将这些数据作为有效的json端点提供,在本应用程序中将其建模为静态字符串以进行演示。 促销示例 { " version " : 1 , " total_discount_threshold " : 60.00 , " total_discount_percentage " : 10.00 , " products " : [ { " id " : " 001 " , " name " : " Lavender heart " , " price " : 9.25 , "


【文件预览】:
discount_calculator-master
----Dockerfile(600B)
----.gitignore(19B)
----Cargo.toml(262B)
----shop()
--------.gitignore(19B)
--------Cargo.toml(281B)
--------src()
--------Cargo.lock(4KB)
----.vscode()
--------launch.json(1KB)
----.dockerignore(25B)
----src()
--------main.rs(2KB)
----readme.md(3KB)
----Cargo.lock(7KB)

网友评论