8000 N39: presser: fmt tweaks · fu5ha/rust-gamedev.github.io@6c8ffc7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6c8ffc7

Browse files
committed
N39: presser: fmt tweaks
1 parent a12f040 commit 6c8ffc7

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

content/news/039/index.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@ it hit version 0.28 which added new functionality and improved existing:
106106

107107
### [presser]
108108

109-
[presser] ([GitHub] [docs.rs]) by [@fu5ha] ([Embark Studios])
109+
[presser] ([GitHub][presser-github], [docs.rs][presser-docs])
110+
by [@fu5ha] ([Embark Studios][embark])
110111
is a crate to help you copy things into raw buffers without
111112
invoking spooky action at a distance (undefined behavior).
112113

@@ -151,20 +152,18 @@ let copy_record = presser::copy_to_offset(&my_data, &mut slab, 0)?;
151152
```
152153

153154
If you're not convinced this is actually an issue, read more in the
154-
[crate readme]. If you're intrigued and want to know more,
155-
see the [docs].
155+
[crate readme][presser-readme]. If you're intrigued and want to know more,
156+
see the [docs][presser-docs].
156157

157-
_Discussions: [/r/rust], [Twitter]_
158+
_Discussions: [/r/rust](https://reddit.com/r/rust/comments/y5mq3w/presser),
159+
[Twitter](https://twitter.com/fu5ha/status/1581705656218062848)_
158160

159161
[presser]: https://crates.io/crates/presser
160-
[GitHub]: https://github.com/embarkstudios/presser
161-
[docs.rs]: https://docs.rs/presser
162+
[presser-github]: https://github.com/embarkstudios/presser
163+
[presser-docs]: https://docs.rs/presser
162164
[@fu5ha]: https://github.com/fu5ha
163-
[Embark Studios]: https://github.com/embarkstudios
164-
[crate readme]: https://crates.io/crates/presser
165-
[docs]: https://docs.rs/presser
166-
[Twitter]: https://twitter.com/fu5ha/status/1581705656218062848
167-
[/r/rust]: https://www.reddit.com/r/rust/comments/y5mq3w/presser_a_crate_to_help_you_copy_things_into_raw/
165+
[embark]: https://github.com/embarkstudios
166+
[presser-readme]: https://crates.io/crates/presser
168167

169168
## Popular Workgroup Issues in Github
170169

0 commit comments

Comments
 (0)
0