You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

ISnowWorker.v 62 B

4 years ago
12345
  1. module contract
  2. pub interface ISnowWorker {
  3. next_id() u64
  4. }

雪花算法中非常好用的数字ID生成器