File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -118,9 +118,9 @@ You can specify another process with `TargetProcess = someProcess` in `BufferAll
118118
119119## Crate Features (Rust)
120120
121- - * no_format* : Disables formatting code in errors, saving ~ 8kB of space.
122- - * size_opt* : Makes cold paths optimized for size instead of optimized for speed. [ Requires 'nightly' Rust]
123- - * c_exports* : Provides C exports for the library.
121+ - ` no_format ` : Disables formatting code in errors, saving ~ 8kB of space.
122+ - ` size_opt ` : Makes cold paths optimized for size instead of optimized for speed. [ Requires 'nightly' Rust]
123+ - ` c_exports ` Provides C exports for the library.
124124
125125## Community Feedback
126126
Original file line number Diff line number Diff line change @@ -248,6 +248,12 @@ Alternative overload also allows you to pass a 'context' variable.
248248
249249!!! warning "Not currently available in C# version. Submit an issue request or PR if you need this."
250250
251+ ### Crate Features (Rust)
252+
253+ - ` no_format ` : Disables formatting code in errors, saving ~ 8kB of space.
254+ - ` size_opt ` : Makes cold paths optimized for size instead of optimized for speed. [ Requires 'nightly' Rust]
255+ - ` c_exports ` Provides C exports for the library.
256+
251257## Community Feedback
252258
253259If you have questions/bug reports/etc. feel free to [ Open an Issue] ( https://github.com/Reloaded-Project/Reloaded.Memory.Buffers/issues/new ) .
You can’t perform that action at this time.
0 commit comments