This website works better with JavaScript.
首頁
探索
說明
登入
Archivist
/
crystal-scatter
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
2
Wiki
Activity
瀏覽代碼
Made the Ring serializable to JSON
master
Archivist
6 年之前
父節點
9c4ca91937
當前提交
e37603b5a5
共有
1 個文件被更改
,包括
7 次插入
和
3 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-3
src/crystal-scatter/ring.cr
+ 7
- 3
src/crystal-scatter/ring.cr
查看文件
@ -1,9 +1,13 @@
require
"
json
"
module
Crystal::Scatter
class
Slice
property
s_begin
:
UInt64
property
s_end
:
UInt64
property
url
:
String
JSON
.
mapping
(
s_begin
:
UInt64
,
s_end
:
UInt64
,
url
:
String
)
def
initialize
(
@s_begin
,
@s_end
,
@url
)
end
Write
Preview
Loading…
取消
儲存