Skip to content

Commit ad44908

Browse files
committed
Small fix
1 parent e4bb34c commit ad44908

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/lib.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
//! this crate brings low-level spoofing capabilities into an idiomatic Rust interface,
77
//! with support for:
88
//!
9-
//! - Call stack spoofing via **Desync** and **Synthetic** techniques
10-
//! - Inline macros: [`spoof!`], [`spoof_synthetic!`], [`syscall!`], [`syscall_synthetic!`]
11-
//! - Works with both **MSVC** and **GNU** toolchains (x64)
12-
//! - `#[no_std]` support (with `alloc`)
9+
//! - Call stack spoofing via **Desync** and **Synthetic** techniques
10+
//! - Inline macros: [`spoof!`], [`spoof_synthetic!`], [`syscall!`], [`syscall_synthetic!`]
11+
//! - Works with both **MSVC** and **GNU** toolchains (x64)
12+
//! - `#[no_std]` support (with `alloc`)
1313
//!
1414
//! ## Examples
1515
//!

0 commit comments

Comments
 (0)