fiber
fiber copied to clipboard
🤗 [Question] Is Fiber going to be used for Rust?
Question Description
Good day! I want to ask, is there going to be a support for Rust in the future? I just enjoy usingn fiber.
Code Snippet (optional)
package main
import "github.com/gofiber/fiber/v3"
import "log"
func main() {
app := fiber.New()
// An example to describe the question
log.Fatal(app.Listen(":3000"))
}
Checklist:
- [X] I agree to follow Fiber's Code of Conduct.
- [X] I have checked for existing issues that describe my questions prior to opening this one.
- [X] I understand that improperly formatted questions may be closed without explanation.
Thanks for opening your first issue here! 🎉 Be sure to follow the issue template! If you need help or want to chat with us, join us on Discord https://gofiber.io/discord
No, there's nothing like this planned.
No, there's nothing like this planned.
Ok! Thanks