Ruby -> Go at the snap of your fingers
Stars
167
Forks
3
Watchers
167
Open Issues
3
Overall repository health assessment
No package.json found
This might not be a Node.js project
121
commits
1
commits
Update README: Fiber section, stdlib coverage, 1300+ tests
efbb9c2View on GitHubAdd type definitions for benchmark, date, digest, logger, strscan facades
6520840View on GitHubAdd auto-facade script for unattended stdlib implementation
50a7414View on GitHubAdd gauntlet tests for all new facades and expanded builtins
9b1785aView on GitHubExpand stdlib helpers: array, numeric, ordered_map, string utilities
0a5096fView on GitHubAdd scope injectors for all new facades and parser improvements
cea1a04View on GitHubAdd benchmark, date, digest, logger, strscan, syslog facades with full implementations
d3186ecView on GitHubExpand zlib facade: crc32, adler32, deflate, inflate (10/92 methods)
77640e6View on GitHubExpand yaml facade: all 27 Psych module methods (load, dump, parse, etc.)
59b7d91View on GitHubAdd weakref facade: weakref_alive?, __getobj__, __setobj__ (3/3, 100%)
fe22318View on GitHubExpand uri facade: extract, split, scheme_list, route_to/from (16/139 methods)
5092fe1View on GitHubAdd tsort facade: topological sort via Tarjan's SCC algorithm (10/12 methods)
a32d0e5View on GitHubAdd timeout facade: Timeout.timeout with goroutine+channel (2/5 methods)
cfde3c8View on GitHubAdd tempfile facade: create, open, path, close!, unlink, size
814233aView on GitHub