This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
hummingbird
/
idgenerator
Not watched
Unwatch
Watch all
Watch but not notify
2
Star
0
Fork
0
Code
Releases
6
Wiki
Activity
Issues
5
Pull Requests
0
Datasets
Model
Cloudbrain
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.
Tree:
1fb780d634
master
regworkerid_lib_v1.0
v1.0.0
v1.0.1
v1.1.0
v1.2
v1.3.1
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '1fb780d634'
${ noResults }
idgenerator
/
zzz-OtherLanguages
/
V
/
source
/
contract
/
ISnowWorker.v
6 lines
62 B
Raw
Blame
History
module contract
pub interface ISnowWorker {
next_id() u64
}