Skip to content

Commit 6c0f1b6

Browse files
committed
Fix crate doc
1 parent f05112c commit 6c0f1b6

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "smart-patcher"
33
description = "Patcher based on rules"
4-
version = "0.3.0"
4+
version = "0.3.0-1"
55
edition = "2024"
66
license = "MIT"
77
authors = ["Klimenty Titov <aclo.create@gmail.com>"]

src/lib.rs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@
33
//! Main features:
44
//!
55
//! - `check` command to test patch (featured by `tests`, enabled by default)
6-
//! - rules to select files,
6+
//! - rules to select files and patch areas
7+
//! - 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.
712
813
#![feature(let_chains)]
914
#![deny(missing_docs)]

0 commit comments

Comments
 (0)