mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 21:19:13 +00:00

* Port getPartialBodyForGithubIssue to rust * Port repo function too * Improve safety * changelog
10 lines
132 B
Rust
10 lines
132 B
Rust
pub mod Github;
|
|
pub mod Jira;
|
|
pub mod format_util;
|
|
|
|
#[macro_use]
|
|
extern crate napi_derive;
|
|
|
|
#[macro_use]
|
|
extern crate serde_derive;
|