NordSecurity / uniffi-bindgen-cs

C# bindings generator for uniffi-rs
https://github.com/NordSecurity/uniffi-bindgen-cs
Mozilla Public License 2.0
110 stars 21 forks source link

Integral and floating point types should be lowercased #31

Closed arg0d closed 1 year ago

arg0d commented 1 year ago
SByte -> sbyte
Byte -> byte
Int32 -> int
UInt32 -> uint
Single -> float
Double -> double
etc..
arg0d commented 1 year ago

Closed by https://github.com/NordSecurity/uniffi-bindgen-cs/pull/37