Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sumukha-pk/rust-lockey
Learning rust creating a new lock server from rust
https://github.com/sumukha-pk/rust-lockey
Last synced: 16 days ago
JSON representation
Learning rust creating a new lock server from rust
- Host: GitHub
- URL: https://github.com/sumukha-pk/rust-lockey
- Owner: SUMUKHA-PK
- License: mit
- Created: 2024-07-03T10:17:42.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-09T14:52:21.000Z (4 months ago)
- Last Synced: 2024-07-09T20:17:26.957Z (4 months ago)
- Language: Rust
- Size: 2.55 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rust-lockey
Learning rust creating a new lock server from rustOKay so currently I have a lot of issues:
1. I have no idea how to think in breadth since it has been so long since I did a project like this.
2. I dont know how to organise files in rust, which means I have to look into every step (thats fine thats what I had to do for go as well)
3. I dont know how to do OOP type programming in Rust as well.
4. Only thing I sort of know is the design that we are goind to implement since Im just copying what has been done.Lets approach this one by one, Ill start by seeing how I can create two different modules.
That is the client and the server and arrange them in a file format. This should be there in the book.