Skip to content

docs/stardadize rust docs#16

Open
menezes0067 wants to merge 3 commits into
devfrom
docs/stardadize-rust-docs
Open

docs/stardadize rust docs#16
menezes0067 wants to merge 3 commits into
devfrom
docs/stardadize-rust-docs

Conversation

@menezes0067

Copy link
Copy Markdown
Collaborator

No description provided.

@dwego

dwego commented Jul 18, 2026

Copy link
Copy Markdown
Owner

put a summary in your pr, you can use github copiot to create one for you

@dwego dwego self-assigned this Jul 18, 2026
Comment thread src/config.rs Outdated
Comment thread src/config.rs Outdated
#[serde(default = "default_flush_interval")]
pub flush_interval_secs: u64,

/// Maximum number off buffered messages.

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix that too, 'off' to of

Comment thread src/config.rs Outdated
#[serde(default = "default_max_retries")]
pub max_retries: u32,

/// Initial retry delay in millyseconds.

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix that too, 'millyseconds' to milliseconds

Comment thread src/config.rs
/// Missing optional fields use default values.
pub fn load(path: &str) -> Result<Self> {
let text = std::fs::read_to_string(path)
.map_err(|e| anyhow::anyhow!("não consegui ler {path}: {e}"))?;

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

consider keeping language consistent between docs

@menezes0067 menezes0067 reopened this Jul 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants