wirte a proc_macro_attribute to automatically generate docs for axum
Recently, I was working on a project that uses axum, a web framework for Rust. I wanted to generate API documentation for the project, but…
Recently, I was working on a project that uses axum, a web framework for Rust. I wanted to generate API documentation for the project, but…
最近看了一下rust,发现安全性真的是很高,瞎写了一堆漏洞也编译不过,强行编译过了也利用不了,感觉快失业了( 所以在看rust的开发,有点想用rust开发一个linux下的调试器,毕竟有gui体验还是会好一点( 看了一圈rust的gui库,用的最多的似乎就是gtk-rs。 但…