Split code into modules and individual files #26

Merged
glyph merged 5 commits from refactor_sbot into main 2022-02-07 13:13:43 +00:00
Owner

This is essentially a duplicate of PR#20 (which was closed unintentionally when merging other PR's).

  • Create a src/sbot.rs module with the relevant files
  • Rename Sbot::init() to Sbot::connect()
    • This is to make it clearer that we are connecting to an sbot instance and not instantiating the sbot from within golgi
  • Address all clippy warnings
  • Update paths in the example code
This is essentially a duplicate of [PR#20](https://git.coopcloud.tech/golgi-ssb/golgi/pulls/20) (which was closed unintentionally when merging other PR's). - Create a `src/sbot.rs` module with the relevant files - Rename `Sbot::init()` to `Sbot::connect()` - This is to make it clearer that we are connecting to an sbot instance and not instantiating the sbot from within golgi - Address all clippy warnings - Update paths in the example code
glyph added 5 commits 2022-02-07 12:57:23 +00:00
glyph merged commit b7b10cda6f into main 2022-02-07 13:13:43 +00:00
glyph deleted branch refactor_sbot 2022-02-07 13:13:44 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: golgi-ssb/golgi#26
No description provided.