响应头信息: Array ( [http_status] => HTTP/1.1 200 OK [date] => Sun, 28 Dec 2025 08:21:34 GMT [content-type] => text/html; charset=utf-8 [content-length] => 24240 [connection] => keep-alive [server] => tRPC-Gateway [content-encoding] => gzip [vary] => Accept-Encoding [inews_trace_id] => 40396647091228162134 [inews-trace-id] => 40396647091228162134 [x-upstream-latency] => 6 [x-proxy-latency] => 0 [x-frame-options] => SAMEORIGIN [content-security-policy] => frame-ancestors none ) 内容长度:123238 bytes 详细信息: Array ( [http_code] => 200 [total_time] => 0.073237 [content_type] => text/html; charset=utf-8 [redirect_count] => 0 [effective_url] => https://www.qq.com/ [size_download] => 24240 )
这是我基于rust写的一款作业调度软件,支持广播执行作业,定时任务,常驻任务,还附带webssh登录,内网穿透执行 GitHub - jiawesoft/jiascheduler: A high-performance, scalable, dynamically configured job scheduler developed with rust 可以说整个项目的开发体验非常好,现在也在活跃更新。
同时我写golang有快10年了,应该对go和rust都有些发言权。
对比golang来说rust如果你足够熟练的话,写业务代码要比golang舒服很多,…。