Nils Eriksson
Nils Eriksson
There is the step feature which Im intressted in using. It's for a library and I want to keep things as open and accessable as possible. Plus this library implements...
Thanks! How will the syntax look? And how will the range be set?
Like so: ```rust bounded_integer! { #[repr(u8)] enum Type { Variant0, Variant1 } } ``` and so: ```rust bounded_integer! { #[repr(u8)] enum Type { Variant0 = 21, Variant1 = 22 }...
I have a fork of my own which you can use to fix this problem of yours. It lets you set your own ip resolver in config. See if this...