Pulling basic server functionality into development #9
No reviewers
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: British-Information-Technologies/ChatKit-server#9
Loading…
Reference in New Issue
No description provided.
Delete Branch "network-client"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Basic server functionality.
Overview.
This merge will put the basic server functionality into the development branch.
Changes.
Directory structure.
I have moved the project structure to use cargo workspaces.
This allows multiple binarys to be built
Workspaces also allows easier importing of other crates in the same workspace
Client conenctions.
Added basic connection functionality
Side Notes.
cargo fmt