Fabio Krapohl

Results 37 issues of Fabio Krapohl

ArrayType and VectorType are very similar types. I guess, the only differences are support for vector math (when using the correct element types) and some alignment stuff. But the interface...

question

This feature exists in the [bincode](https://docs.rs/bincode) crate, which simplifies reading from and writing to streams (like TCP) more comfortable. - [ ] Write data to stream (similar to [this](https://docs.rs/bincode/1.3.1/bincode/fn.serialize_into.html)) -...

In order to use the TryWrite trait, you would need to allocate a byte array of the correct size in advance. But how is it meant to be used? You...

It would be nice to be able to derive the traits `TryRead` and `TryWrite`. It would have to be done similar to [serde-derive](https://github.com/serde-rs/serde/tree/master/serde_derive), but will probably be a bit easier...

example: ``` //test.h char x(char* c); const char y(const char* c); ``` both functions return the same types ``` [ { "tag": "function", "name": "x", "ns": 0, "location": "test.h:2:6", "variadic":...

enhancement

Function pointer signatures don't get displayed in the output. This may be a bug, it doesn*t seem difficult to implement.

enhancement

I'd like to create some templates similar to c++ ``` template mover { T[N] pos; T[N] vel; } ``` I don't know how I would write a macro for this,...

bug

I created an own crate containing some traits useful for vector math similar to the ones in your crate, but less restricted, which I need for my own lib for...

### Cryptsetup * [cryptsetup](https://gitlab.com/cryptsetup/cryptsetup) - Default encryption for Linux. * **License**: GPLv2 * **Why do you think this helps users privacy?**: Simply encrypt drives. * **Under what section should this...