Skip to content

Commit e06b735

Browse files
committed
Changed: Made Crate Features more Explicit, Added to Wiki
1 parent ba3a3d7 commit e06b735

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

docs/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

253259
If you have questions/bug reports/etc. feel free to [Open an Issue](https://github.com/Reloaded-Project/Reloaded.Memory.Buffers/issues/new).

0 commit comments

Comments
 (0)