mirror of
https://github.com/Noratrieb/haesli.git
synced 2026-01-16 20:55:03 +01:00
random testing
This commit is contained in:
parent
2455e95d45
commit
c0bfcb4089
7 changed files with 1649 additions and 1247 deletions
|
|
@ -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> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue