Semester Work for KP
This repository contains a comparative study of Go and Rust programming languages. The goal is to compare the language features of Go and Rust by implementing the same application in both languages and analyzing the different approaches to implementation.
.
├── docs/ # Documentation and comparison notes
├── rust-app/ # Rust implementation
└── go-app/ # Go implementation
This project aims to:
- Implement the same application in both Go and Rust
- Compare language features and design approaches
- Document differences in implementation strategies
- Analyze the strengths and weaknesses of each language for the specific use case
See the individual README files in each directory for specific instructions: