@@ -106,7 +106,8 @@ it hit version 0.28 which added new functionality and improved existing:
106
106
107
107
### [ presser]
108
108
109
- [ presser] ([ GitHub] [ docs.rs] ) by [ @fu5ha ] ([ Embark Studios] )
109
+ [ presser] ([ GitHub] [ presser-github ] , [ docs.rs] [ presser-docs ] )
110
+ by [ @fu5ha ] ([ Embark Studios] [ embark ] )
110
111
is a crate to help you copy things into raw buffers without
111
112
invoking spooky action at a distance (undefined behavior).
112
113
@@ -151,20 +152,18 @@ let copy_record = presser::copy_to_offset(&my_data, &mut slab, 0)?;
151
152
```
152
153
153
154
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 ] .
156
157
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 ) _
158
160
159
161
[ 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
162
164
[ @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
168
167
169
168
## Popular Workgroup Issues in Github
170
169
0 commit comments