-
Would it be possible to expose ValueKind from value.rs to allow some introspection?
ie, change: pub use value::Value; in lib.rs to
pub use value::{Value, ValueKind};
j-t-d updated
3 years ago
-
Hello,
We have deployed v1.4.3 in our environment and our security scan through twistlock has identified lots of high and important security vulnerabilities in splunk connect for K8s. Following ar…
-
* My OS is: Windows 10 for Unity, ROS Noetic is running on a Raspberry Pi 4 (Raspbian Buster)
* My Unity Version is: 2019.3.6f1
* My ROS Distribution is: Noetic
* My Build Target Platform is: Windo…
-
# Proposal
Right now, rustc_serialize is rather big:
```
> tokei compiler/rustc_serialize/ -f
==========================================================================================…
-
-
Technical justification of the framework chosen for the microservice.
-
The following code snippet raises an error during compilation: `Error: redefinition of 'someAttribute'`.
``` nim
type
MyKind = enum
Kind1, Kind2, Kind3
MyType = ref object
…
-
From IRC:
> Guys, with serde. Say I have an object that could be either a String, or a list of strings. How do I tell Serde to always create a vec?
-
Sorry if the question is lame or was answered before (couldn't find anything similar in the issues history).
Is it possible to get a position info or, better, a typical `json::exception` with a con…
-
I've recently noticed that the test `tests/bincode_ser.rs` was not being executed. I fixed that to make it run in the [fix_serde_test_branch](https://github.com/vbarrielle/sprs/tree/fix_serde_test), b…