Web3极客日报 #410
1. Go编译器依赖注入框架 https://github.com/google/wire @Gala:Google开源的Go的依赖注入框架,在编译器执行,使用go generate方式,避免了反射操作,极大提高了性能。 2. 24个Rust开源项目 https://medium.com/dev-genius/open-source-rust-24-awesome-frameworks-projects-and-libraries-8885112f8a73 @Gala:作者推荐了24个Rust生态的开源项目,涉及多个领域,可以用来参考学习。 3. 微服务架构全知道 https://medium.com/swlh/microservices-architecture-from-a-to-z-7287da1c5d28#cd39 @Gala:作者介绍了一种微服务架构设计方法,最后给出基于SDD微服务设计的example。