(buf: &mut &[u8])
| 553 | match tag { |
| 554 | 0 => Some(env::Int::OfNat(bignat::Nat::from_le_bytes(rest))), |
| 555 | 1 => Some(env::Int::NegSucc(bignat::Nat::from_le_bytes(rest))), |
| 556 | _ => None, |
| 557 | } |
| 558 | } |
| 559 | |
| 560 | fn deser_substring( |
no outgoing calls
no test coverage detected