This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
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
Browse Source
auto commit
tags/v1.2
yitter
4 years ago
parent
f0e7c0ff3f
commit
072724517f
2 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
README.md
+2
-0
Rust/source/src/lib.rs
+ 2
- 0
README.md
View File
@@ -12,6 +12,8 @@
<font color="#11aaff" size="5">❄</font> 可在单机或分布式环境中生成唯一ID。
<font color="#11aaff" size="5">❄</font> 这是计算机历史上最全面的唯一ID生成器。(目前还没找到比这更好的,或许你可以😀)
## 💎 技术支持
+ 2
- 0
Rust/source/src/lib.rs
View File
@@ -105,3 +105,5 @@ pub extern "C" fn NextId() -> i64 {
//
// //return 1;
// }
// cargo build --release
Write
Preview
Loading…
Cancel
Save