mirror of
https://github.com/mufeedvh/maram.git
synced 2026-04-26 18:25:48 +03:00
-
v0.2.0 Stable
released this
2025-08-08 15:38:25 +03:00 | 0 commits to master since this release📅 Originally published on GitHub: Fri, 08 Aug 2025 12:54:02 GMT
🏷️ Git tag created: Fri, 08 Aug 2025 12:38:25 GMTWhat's Changed
Features
- New library API for embedding maram:
MaramOptionsfor configuration (filters, formatting, threads)generate/generate_to_writerfor rendered outputcollect+render/render_to_writerfor separate traversal and formattingrun_tree_outputfor CLI behavior without stdout side-effects
- Writer-based formatting (
write_tree,write_json,write_csv,write_plain,write_total_size,write_distribution) - New examples:
basic,json,filters,writer,all
CLI
run_treenow internally usesrun_tree_output; behavior remains unchanged
Docs
- Updated README with a full "Use as a Library" section and examples
Quality
- Codebase formatted and clippy-clean
- Tests and examples passing
Full Changelog: https://github.com/mufeedvh/maram/compare/v0.1.1...v0.2.0
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- New library API for embedding maram: