softprops / hyperlocal

🔌 ✨rustlang hyper bindings for local unix domain sockets
MIT License
229 stars 46 forks source link

README.md example is out of date #23

Closed jkoudys closed 1 month ago

jkoudys commented 5 years ago

It asks you to use hyperlocal::server::Server::new, but that's been removed: https://docs.rs/hyperlocal/0.6.0/hyperlocal/server/struct.Server.html

tjkirch commented 3 years ago

Looks like this was fixed in #24, right?