文件名称:防锈设计模式-Rust开发
文件大小:24KB
文件格式:ZIP
更新时间:2024-06-16 12:16:05
Rust Miscellaneous
锈设计模式锈设计模式创建模式模式描述状态工厂方法将对象的实例化推迟到用于创建实例的专用功能:check_mark:抽象工厂提供用于创建相关对象族的接口:check_mark:构建器使用简单对象构建复杂的对象:check_mark:单例限制实例化:check_mark:一种行为模式模式描述状态策略使一种算法的行为能够
【文件预览】:
rust-design-pattern-master
----.gitignore(354B)
----README.md(2KB)
----rust-logo.png(6KB)
----Cargo.toml(935B)
----LICENSE(16KB)
----structural()
--------decorator.rs(2KB)
--------proxy.rs(3KB)
--------adapter.rs(2KB)
----behavioral()
--------chain_of_responsibility.rs(2KB)
--------iterator.rs(2KB)
--------command.rs(2KB)
--------strategy.rs(1KB)
--------state.rs(2KB)
--------observer.rs(1KB)
----creational()
--------builder.rs(4KB)
--------abstract_factory.rs(2KB)
--------singleton.rs(819B)
--------factory.rs(931B)