Skip to content

Comments

Added Collector struct and Category Enum#20

Draft
ngreese wants to merge 6 commits intomainfrom
collector-structs
Draft

Added Collector struct and Category Enum#20
ngreese wants to merge 6 commits intomainfrom
collector-structs

Conversation

@ngreese
Copy link
Collaborator

@ngreese ngreese commented Aug 15, 2025

No description provided.

@ngreese ngreese requested a review from avakianssion August 15, 2025 01:46
@ngreese ngreese self-assigned this Aug 15, 2025
@ngreese ngreese added the enhancement New feature or request label Aug 15, 2025
@ngreese ngreese linked an issue Aug 15, 2025 that may be closed by this pull request
src/collector.rs Outdated
std::time::SystemTime::now()
.duration_since(std::time::UNIX_EPOCH)
.unwrap()
.as_secs()
Copy link
Owner

Choose a reason for hiding this comment

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

wanna do .as_millis() ??

@avakianssion avakianssion mentioned this pull request Aug 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create Collector and Category Struct

2 participants