Conversation
added 30 commits
March 14, 2026 17:39
added 15 commits
March 17, 2026 12:52
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🚀 Overview / Przegląd (v0.2.0)
This PR promotes the next branch to main, marking the transition from version 0.1.5 to 0.2.0. It represents a complete project redefinition, moving from a procedural library to a modular "Ports and Adapters" architecture.
Ten Pull Request promuje gałąź next do main, oznaczając przejście z wersji 0.1.5 do 0.2.0. Reprezentuje to kompletną redefinicję projektu, przechodząc z biblioteki proceduralnej na modularną architekturę „Portów i Adapterów”.
📊 Key Differences / Najważniejsze Różnice
Architecture
src/lib/*.rs).[ENG] Flat structure (
src/lib/*.rs).[ENG] Modular "Core + Interfaces".
Interfaces
[ENG] CLI + simple TUI.
[ENG] CLI, TUI (v0.5.0), native GUI.
Pattern Engine
[ENG] Simple Glob masks.
@,$,+).[ENG] Regex + structural flags (
@,$,+).View Logic
[ENG] Duplicated in renderers.
shared.rs(DRY).[ENG] Unified in
shared.rs(DRY).🔥 Major Highlights / Główne Zmiany
eguiwith live statistics and zoom.eguize statystykami na żywo i zoomem.@), orphans ($), and deep recursion (+).@), sierot ($) oraz głębokiej rekurencji (+).shlex).shlex).#![forbid(unsafe_code)]for total memory safety.#![forbid(unsafe_code)]dla pełnego bezpieczeństwa pamięci.🛠️ Migration Notes / Notatki Migracyjne
src/lib/have been removed and replaced by the new Core engine.