cloudwu / sproto

Yet another protocol library like google protocol buffers , but simple and fast.
MIT License
942 stars 253 forks source link

- fix:when use lua5.1 or lua5.2,should use an 8 bytes string for uint64 #33

Closed chiuan closed 9 years ago

cloudwu commented 9 years ago

如果在系统不支持 64bit int 时,我希望使用者明确知道并主动用 string 类型。 sproto 本身未定义 int 字长,所以不做实现上的特例。