gears icon indicating copy to clipboard operation
gears copied to clipboard

[FUTURE]: replace u8 with &'static str for `BaseAddress` type

Open NYBACHOK opened this issue 7 months ago • 0 comments

Feature description

When more complex const parameter types arrive, replace u8 with &'static str .

Issue in rust repo: link

Our code: link

NYBACHOK avatar Jul 12 '24 09:07 NYBACHOK