| Scaffold rustnim: Rust->Nim transpiler, type mapping | 1 | pub fn encode<'a>(src: &[u8], dst: &'a mut [u8]) -> &'a [u8] { |
| 2 | dst | |
| 3 | } |
| Scaffold rustnim: Rust->Nim transpiler, type mapping | 1 | pub fn encode<'a>(src: &[u8], dst: &'a mut [u8]) -> &'a [u8] { |
| 2 | dst | |
| 3 | } |