<feed xmlns='http://www.w3.org/2005/Atom'>
<title>embassy/embassy-sync/src/mutex.rs, branch fix-input-sync-bypass</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/'/>
<entry>
<title>Rustfmt for edition 2024.</title>
<updated>2025-10-06T21:19:53+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2025-10-06T20:56:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=8730a013c395cf0bf4c2fa8eeb7f138288103039'/>
<id>8730a013c395cf0bf4c2fa8eeb7f138288103039</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove `Sized` bound from `MutexGuard::map`</title>
<updated>2025-09-12T16:16:32+00:00</updated>
<author>
<name>Robert Zieba</name>
<email>robertzieba@microsoft.com</email>
</author>
<published>2025-09-11T21:40:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=78d5d3f2dde14fcbf4879de19076eb89d9b9ef8b'/>
<id>78d5d3f2dde14fcbf4879de19076eb89d9b9ef8b</id>
<content type='text'>
Since `MutexGuard` has `T: ?Sized`, `U` does not need to be restricted
to `Sized` types. This now allows using `map` to cast from
`MutexGuard&lt;'_, M, ImplsTrait&gt;` to `MutexGuard&lt;'_, M, dyn Trait&gt;`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since `MutexGuard` has `T: ?Sized`, `U` does not need to be restricted
to `Sized` types. This now allows using `map` to cast from
`MutexGuard&lt;'_, M, ImplsTrait&gt;` to `MutexGuard&lt;'_, M, dyn Trait&gt;`.
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: add more `Debug` impls to `embassy-sync`, particularly on `OnceLock`</title>
<updated>2025-08-20T05:36:49+00:00</updated>
<author>
<name>Curly</name>
<email>u007d@humanenginuity.com</email>
</author>
<published>2025-08-20T05:30:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=368738bef44dbba1a178383d878a6d9423b1ccd9'/>
<id>368738bef44dbba1a178383d878a6d9423b1ccd9</id>
<content type='text'>
All tests green
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All tests green
</pre>
</div>
</content>
</entry>
<entry>
<title>Update embassy-sync/src/mutex.rs</title>
<updated>2025-07-09T12:26:20+00:00</updated>
<author>
<name>Robin Mueller</name>
<email>31589589+robamu@users.noreply.github.com</email>
</author>
<published>2025-07-09T12:26:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=da392ed942bbf78117f1dbba32208458de7cdea8'/>
<id>da392ed942bbf78117f1dbba32208458de7cdea8</id>
<content type='text'>
Co-authored-by: James Munns &lt;james@onevariable.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: James Munns &lt;james@onevariable.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>some minor documentation fixes</title>
<updated>2025-07-09T12:21:19+00:00</updated>
<author>
<name>Robin Mueller</name>
<email>muellerr@irs.uni-stuttgart.de</email>
</author>
<published>2025-07-09T12:21:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=42c8379c5a571aa76214cdd73ef05a2c720eeb6e'/>
<id>42c8379c5a571aa76214cdd73ef05a2c720eeb6e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add must_use to MutexGuard</title>
<updated>2025-02-04T16:12:26+00:00</updated>
<author>
<name>wackazong</name>
<email>alexander@wackazong.com</email>
</author>
<published>2025-02-04T16:12:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=0f048783010a6ca582b23cc06bcb47bd6ebf6fe8'/>
<id>0f048783010a6ca582b23cc06bcb47bd6ebf6fe8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Desugar some async fns</title>
<updated>2024-12-30T11:13:13+00:00</updated>
<author>
<name>Dániel Buga</name>
<email>bugadani@gmail.com</email>
</author>
<published>2024-12-30T11:13:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=44217aa0924e7590aa0afabdf17babd5c2ea5b82'/>
<id>44217aa0924e7590aa0afabdf17babd5c2ea5b82</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>embassy-sync: fixed some clippy warnings</title>
<updated>2024-10-07T16:05:15+00:00</updated>
<author>
<name>Oliver Rockstedt</name>
<email>info@sourcebox.de</email>
</author>
<published>2024-10-07T16:05:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=bf60b239e87faa0b9905a42013d8ae9a9f4162ea'/>
<id>bf60b239e87faa0b9905a42013d8ae9a9f4162ea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>embassy_sync::Mutex: Implement traits to match std</title>
<updated>2024-05-06T04:10:00+00:00</updated>
<author>
<name>W Etheredge</name>
<email>me@wetheredge.com</email>
</author>
<published>2024-05-06T04:10:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=cc4ff9ef2d7b0a6a68e98cd3aa08855677ed8b90'/>
<id>cc4ff9ef2d7b0a6a68e98cd3aa08855677ed8b90</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add map method</title>
<updated>2024-04-14T22:35:59+00:00</updated>
<author>
<name>Caio</name>
<email>c410.f3r@gmail.com</email>
</author>
<published>2024-04-14T22:35:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=86706bdc1438cdccf017d073f9b8f8ff2a0322fe'/>
<id>86706bdc1438cdccf017d073f9b8f8ff2a0322fe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
