-
Hi everyone,
when trying to decode a `/mavros/global_position/global` (type `NavSatFix`) message with this crate (using ROS1 natively),
the decoder fails with
```
2024-01-28T14:23:11.616115Z DEBUG…
-
Add a profile test that exercises `KoreClient` on a non-trivial proof.
-
Hello together,
I'm currently developing an application, that accepts (manually written) input files and deserializes them. Those input files may contain a broad range of errors, that exceed the sy…
-
### What is the title of the roadmap you are submitting?
Roadmap to learn Rust
### Is this roadmap prepared by you or someone else?
I prepared this roadmap
### Roadmap Items
- Foundations
- …
-
I'm having an issue with serialization of `std::size_t` with libc++ (the standard library coming with clang).
It seems that on most platforms, this is caught by the `std::uint64_t` variant, but whe…
-
### What happened + What you expected to happen
I searched the issues for a similar problem, but unfortunately I could not find one that matched the error I am getting. I'm trying to use the Experime…
-
It might be worth looking into making more performant versions of the serialize and deserialize macro. Serde's implementation factors in different formats and by that comes with different tradeoffs if…
-
Redis.rs already supports some JSON-specific commands (with `serde` and `serde-json`), but there is no built-in way to `get` and `set` non-primitive structures. For example, even saving and reading a …
-
## Motivation
Ultimately, we want users to be able to set up their own activation functions and be able to (de-)serialize them (or rather `Individual`/`Layer` instances using those activation funct…
-
Is less verbosity the only main benefit of typeclasses over just inputting a set of functions?
Typeclasses can do where `bar` is a member of `Function`:
```
foo(x: A) where Function
bar(x)
…