Skip to content

Commit

Permalink
feat(onebot): initial onebot (#13)
Browse files Browse the repository at this point in the history
* to(onebot): initial onebot

* refactor(onebot): improve api

* to(onebot): support listening

* feat(onebot): store receiver

* refactor(event): yield events

* feat(runtime): support owned state and remove static lifetime for builder

* feat: merge with event changes

* feat(onebot): implement related structures

* feat(onebot): implement onebot

* fix(test): fix test cases

* fix(warn): fix clippy warning
  • Loading branch information
fu050409 authored Oct 26, 2024
1 parent fa74df7 commit 6b6c08d
Show file tree
Hide file tree
Showing 16 changed files with 474 additions and 667 deletions.
3 changes: 2 additions & 1 deletion .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"Deque",
"Hasher",
"onebot",
"serde"
"serde",
"tungstenite"
]
}
Loading

0 comments on commit 6b6c08d

Please sign in to comment.