code_insights

Crates.iocode_insights
lib.rscode_insights
version0.1.1
sourcesrc
created_at2023-10-24 20:15:42.938863
updated_at2023-11-29 21:41:19.592413
descriptionTypes for Bitbucket Code Insights
homepage
repositoryhttps://github.com/nossralf/code-insights-rs/
max_upload_size
id1012727
size26,557
Fredrik Larsson (nossralf)

documentation

README

Rust types for Bitbucket Code Insights   Continuous integraton status MIT licensed

[dependencies]
code_insights = { git = "https://github.com/nossralf/code-insights-rs/" }

This crate contains Rust types that are useful when creating Code Insights reports for Bitbucket Server.

It uses Serde for serialization.

code_insights does not contain any functionality for making the actual HTTP requests to Bitbucket Server.

For more details about the REST resources used when interacting with Bitbucket Server, see Atlassian's how-to guide, tutorial and the Code Insights API documentation.

Commit count: 29

cargo fmt