Skip to content

Commit cbc2ff6

Browse files
committed
Initial commit, with ported String, Array, Range, Time/Date, Hash examples
1 parent 5c65c1e commit cbc2ff6

35 files changed

+1274
-0
lines changed

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/docs/
2+
/lib/
3+
/bin/
4+
/.shards/
5+
*.dwarf
6+
7+
# Libraries don't need dependency lock
8+
# Dependencies will be locked in applications that use them
9+
/shard.lock

CC-BY-SA.png

17.2 KB
Loading

LICENSE

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
## License
2+
3+
![CC-BY-SA](CC-BY-SA.png)
4+
5+
This work is licensed under a [Creative Commons Attribution-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-sa/4.0/).
6+
7+
8+
## Code License
9+
10+
### CC0 1.0 Universal
11+
12+
To the extent possible under law, @konung has waived all copyright and related or neighboring rights to "fast-crystal".
13+
14+
This work belongs to the community.
15+
16+
17+

0 commit comments

Comments
 (0)