We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f05112c commit 6c0f1b6Copy full SHA for 6c0f1b6
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "smart-patcher"
3
description = "Patcher based on rules"
4
-version = "0.3.0"
+version = "0.3.0-1"
5
edition = "2024"
6
license = "MIT"
7
authors = ["Klimenty Titov <aclo.create@gmail.com>"]
src/lib.rs
@@ -3,7 +3,12 @@
//! Main features:
//!
//! - `check` command to test patch (featured by `tests`, enabled by default)
-//! - rules to select files,
+//! - rules to select files and patch areas
+//! - file content encoders/decoders support
8
+//! - regex support
9
+//! - Python, Lua and Rhai scripts support (featured by `python`, `lua` and `rhai`)
10
+//!
11
+//! See [PatchFile] for further details.
12
13
#![feature(let_chains)]
14
#![deny(missing_docs)]
0 commit comments