fiber icon indicating copy to clipboard operation
fiber copied to clipboard

🤗 [Question] Is Fiber going to be used for Rust?

Open omolayoabegunde opened this issue 9 months ago • 3 comments

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.

omolayoabegunde avatar May 07 '24 22:05 omolayoabegunde

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

welcome[bot] avatar May 07 '24 22:05 welcome[bot]

No, there's nothing like this planned.

ReneWerner87 avatar May 08 '24 04:05 ReneWerner87

No, there's nothing like this planned.

Ok! Thanks

omolayoabegunde avatar May 08 '24 15:05 omolayoabegunde