git-bot-feedback 0.4.0

A library designed for CI tools that posts comments on a Pull Request.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod review_comments;
pub mod thread_comments;

pub const DEFAULT_MARKER: &str = concat!(
    "<!-- ",
    env!("CARGO_CRATE_NAME"),
    "/",
    env!("CARGO_PKG_VERSION"),
    "/",
    env!("COMPILE_DATETIME"), // env var set by build.rs
    " -->\n"
);