-
Float parsing is currently implemented by calculating the significand as u64, casting to f64, and then multiplying or dividing by a nonnegative power of 10. For example the input `10.9876543210987654`…
-
## Feature Requests
1. Why you believe this feature is necessary.
Go, Rails, Express all have some way of parsing nested attributes easily from forms.
2. A convincing use-case for this …
-
`jsonrpc` had a feature flag to allow `arbitrary_precision`, this library currently breaks if it is built with it. Could be we open to adding a similar `serde_from_str` override?
-
Serializing is only possible to `[u8]` right now, which means for any larger state sizes I have to deal with endianness and unsafe code.
Ideally (for us), `DenseDFA` would implement `serde::{Deseri…
-
Using this code...
```rust
#[macro_use] extern crate serde_derive;
extern crate serde_xml_rs;
use std::io::stdin;
#[derive(Debug, Deserialize)]
struct Root {
foo: Vec,
bar: Vec
}
…
-
**Trivy fails build from v1.9.0 tag**
I run Trivy after every new Dockerfile build as part of my CI. I have been working on setting up a Lotus node and created a Dockerfile to build it following the …
-
Hi guys,
First of all, thanks for the excellent framework!!
Secondly, is there any way to implement a DTO that have some sub types like [JAVA's Jackson](https://www.baeldung.com/jackson-inheritanc…
-
**Is your feature request related to a problem? Please describe.**
The current way of defining a template is somewhat boilerplate heavy (taken from https://arctic-hen7.github.io/perseus/en-US/docs/0.…
-
serde might be an option for a layer underneath the `Nl` trait to replace or use beside the macros for serialization and deserialization. This could be beneficial for users that want to serialize a JS…
-
**Steps to reproduce**
Checked out current `master`, b99c9373790732bbce9b267b558c1796fc90e20d
```
~/c/p/tendermint-rs (master|_) $ cargo test
Finished test [unoptimized + debuginfo] target…