9 lines
106 B
Rust
Raw Normal View History

#[macro_use]
extern crate serde_derive;
#[derive(Serialize)]
#[serde("literal")]
struct S;
fn main() {}