Braqzen

Results 102 issues of Braqzen

Forc: `0.61.2` ```sway contract; abi MyContract { fn test() -> Vec; } impl MyContract for Contract { fn test() -> Vec { let mut prices = Vec::with_capacity(1); prices.push(42); // 42...

## Feature Request ### Motivation I should be able to do ```rust info!(target: some_variable); ``` additionally it would be nice to set the target globally so each log doesn't have...