I won't be actively maintaining that since the default is pretty enough for me. I find it very hard to model around the Builder class because it does not exactly do what a builder pattern is supposed to be doing, especially I can't clone the builder object at each step, because rather than just hold data and should allow you to clone itself, this builder is self-modifying.
Hello, I would like to donate a simple NodeJS binding that uses napi-rs behind the scene: https://github.com/stevefan1999-personal/ammonia-rs. Feel free to clone it.
I won't be actively maintaining that since the default is pretty enough for me. I find it very hard to model around the
Builder
class because it does not exactly do what a builder pattern is supposed to be doing, especially I can't clone the builder object at each step, because rather than just hold data and should allow you to clone itself, this builder is self-modifying.