codemerge 0.5.0

A command-line tool for merging multiple code files into a single output file
Documentation
1
2
3
4
5
6
7
8
9
pub mod cli;
pub mod file_ops;
pub mod token_counter;
pub mod token_management;
pub mod output_format;
pub mod config;

pub use cli::CodeMerge;
pub use token_management::{TokenManager, TokenConfig, TokenError, Tokenizer};