|
1 | 1 | [](https://github.com/NullSablex/rust-samp/actions/workflows/rust.yml) |
| 2 | +[](https://crates.io/crates/rust-samp) |
| 3 | +[](https://crates.io/crates/rust-samp) |
| 4 | +[](https://docs.rs/rust-samp) |
| 5 | +[](Cargo.toml) |
| 6 | +[](https://github.com/NullSablex/rust-samp/stargazers) |
2 | 7 | [](LICENSE) |
3 | 8 | [](https://scorecard.dev/viewer/?uri=github.com/NullSablex/rust-samp) |
4 | 9 | [](https://deps.rs/repo/github/NullSablex/rust-samp) |
@@ -103,8 +108,10 @@ are 32-bit. |
103 | 108 | loads on Open Multiplayer in legacy mode. |
104 | 109 | - `encoding` — Windows-1251 / Windows-1252 string conversion via |
105 | 110 | `encoding_rs`. |
106 | | -- `debug` — the `samp::debug` AMX_DBG debug-info parser, for building |
107 | | - debuggers/tooling on the VM (see [VM Debugging](docs/vm-debugging.md)). |
| 111 | +- `debug` — `samp::debug`: the AMX_DBG debug-info parser plus the opcode |
| 112 | + helpers (numbering, instruction sizes, the computed-goto `OpcodeMap`) and |
| 113 | + call-stack walking, for building debuggers and tooling on the VM (see |
| 114 | + [VM Debugging](docs/vm-debugging.md)). |
108 | 115 | - `compression` — gzip-compress rotated log archives |
109 | 116 | (`LoggerConfig::compress_archives`); pulls in `flate2`. |
110 | 117 |
|
|
0 commit comments