Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bedroombuilds/python2rust
/ read_item
Route
read_item
1f_http_server/python/fastapi_srv.py:None–None ·
view source on GitHub ↗
app.get("/items/{item_id}")
Source
from the content-addressed store, hash-verified
1
from
fastapi
import
FastAPI
2
from
fastapi.staticfiles
import
StaticFiles
3
4
app = FastAPI()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected