Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bedroombuilds/python2rust
/ boilerplate.py
File
boilerplate.py
0a_error_handling/python/boilerplate.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
def
double_first(vec):
2
try
:
3
first = vec[0]
4
parsed = int(first)
Callers
nothing calls this directly
Calls
2
double_first
Function · 0.70
print
Function · 0.50
Tested by
no test coverage detected