Expand description
Rust Singler - A Rust code bundler for creating single-file applications
This library provides functionality to bundle Rust projects into single source files, combining multiple modules and dependencies into a single, self-contained file.
Re-exports§
pub use bundler::Bundler;pub use cargo_project::CargoProject;pub use error::BundlerError;pub use error::Result;pub use transformer::CodeTransformer;pub use transformer::TransformConfig;
Modules§
Functions§
- bundle
- Creates a single-source-file version of a Cargo package.