mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-30 09:47:56 +00:00
Next iteration
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
extern crate serde_derive;
|
||||
extern crate serde_json;
|
||||
|
||||
#[derive(Serialize)]
|
||||
#[derive(Serialize, Deserialize)]
|
||||
enum Macros {
|
||||
#[serde(rename = "macros 1.1")]
|
||||
OnePointOne,
|
||||
|
||||
Reference in New Issue
Block a user