serde-generate 0.33.0

Library to generate (de)serialization code in multiple languages
Documentation
1
2
3
4
5
6
7
//  Copyright (c) Facebook, Inc. and its affiliates.

import Foundation

// Defining Unit as () creates all sorts of warnings in the generated code.

public struct Unit: Hashable {}