Trillium "is a composable toolkit for building web applications". It is not popular (727 downloads/month), but it has very little unsafe in its own code: just two calls to std::net::TcpListener::from_raw_fd, with the file descriptor number taken from an environment variable.
Edited to add: Trillium is mostly under #[forbid(unsafe_code)].
Trillium "is a composable toolkit for building web applications". It is not popular (727 downloads/month), but it has very little
unsafein its own code: just two calls tostd::net::TcpListener::from_raw_fd, with the file descriptor number taken from an environment variable.Edited to add: Trillium is mostly under
#[forbid(unsafe_code)].