<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nitrokey-sys-rs/patches/series, branch next</title>
<subtitle>low-level Rust bindings for libnitrokey</subtitle>
<id>https://git.ireas.org/nitrokey-sys-rs/atom?h=next</id>
<link rel='self' href='https://git.ireas.org/nitrokey-sys-rs/atom?h=next'/>
<link rel='alternate' type='text/html' href='https://git.ireas.org/nitrokey-sys-rs/'/>
<updated>2020-09-20T09:43:14Z</updated>
<entry>
<title>Remove unnecessary __uint*_t typedefs</title>
<updated>2020-09-20T09:43:14Z</updated>
<author>
<name>Robin Krahl</name>
<email>robin.krahl@ireas.org</email>
</author>
<published>2020-09-20T09:43:14Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/nitrokey-sys-rs/commit/?id=90bcfc8cc905b09d99064fc17a745c8ae2288c62'/>
<id>urn:sha1:90bcfc8cc905b09d99064fc17a745c8ae2288c62</id>
<content type='text'>
While bindgen is able to replace the C uint types with the correct Rust
types, it still generates typedefs for __uint{8,16,32,64}_t [0].  We
don’t need these typedefs, so we add a patch to remove them.

[0] https://github.com/rust-lang/rust-bindgen/issues/1663
</content>
</entry>
<entry>
<title>Use quilt to manage modifications in src/ffi.rs</title>
<updated>2020-09-20T09:39:07Z</updated>
<author>
<name>Robin Krahl</name>
<email>me@robin-krahl.de</email>
</author>
<published>2020-09-20T02:37:31Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/nitrokey-sys-rs/commit/?id=2b367a30df6e155621c116c41cc262dd96ad1a33'/>
<id>urn:sha1:2b367a30df6e155621c116c41cc262dd96ad1a33</id>
<content type='text'>
Previously, we manually modified the src/ffi.rs file to add deprecation
attributes.  With this patch, we use quilt to automatically apply
patches with the changes.
</content>
</entry>
</feed>
