Logo
Explore Help
Sign In
talexander/organic
1
0
Fork 0
You've already forked organic
Code Issues Pull Requests Releases Activity
Files
0a10ffa8ff88ed63b99c5ce616689fbf148d675c
organic/src/event_count/mod.rs

7 lines
141 B
Rust
Raw Normal View History

Record element start events and report them when the event_count feature is enabled.
2023-10-17 13:32:01 -04:00
mod database;
mod event_type;
pub(crate) use database::record_event;
Hide the event_count module. By placing the code for the parse executable inside a module inside the organic library, we only need to expose the entrypoint publicly rather than all functions it calls. This hides the event_count module, but I will be expanding the practice to the rest of the code base shortly. This is important for not inadvertently promising stability w.r.t. semver for essentially internal functions for development tools. It was the parse binary, not compare.
2024-01-03 20:06:53 -05:00
pub(crate) use database::report;
Record element start events and report them when the event_count feature is enabled.
2023-10-17 13:32:01 -04:00
pub(crate) use event_type::EventType;
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 81ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API