Closed radhermit closed 6 months ago
It would be useful to simplify bug creation in native rust using a builder pattern similar to the following:
let id = service.create() .summary("summary") .component("Component") .product("Product") .description("description") .await?;
Done in https://github.com/radhermit/bugbite/commit/39a9c649acbb6576cf2c661a2713b298cc7165fe.
It would be useful to simplify bug creation in native rust using a builder pattern similar to the following: