random testing

This commit is contained in:
nora 2022-02-13 21:44:52 +01:00
parent 2455e95d45
commit c0bfcb4089
7 changed files with 1649 additions and 1247 deletions

View file

@ -1,10 +1,9 @@
use crate::classes::generated::{
Bit, Long, Longlong, Longstr, Octet, Short, Shortstr, Table, Timestamp,
};
use crate::classes::{FieldValue, TableFieldName};
use crate::classes::FieldValue;
use crate::error::TransError;
use anyhow::Context;
use std::io;
use std::io::Write;
pub fn octet<W: Write>(value: Octet, writer: &mut W) -> Result<(), TransError> {