1
0
Fork 0
mirror of https://codeberg.org/demostf/parser.git synced 2026-06-04 10:34:11 +02:00

code cleanup

This commit is contained in:
Robin Appelman 2019-02-28 23:52:00 +01:00
commit 0bf09c95c9
14 changed files with 39 additions and 93 deletions

View file

@ -1,7 +1,5 @@
use bitstream_reader::BitRead;
use crate::{Parse, ParseError, ParserState, Result, Stream};
#[derive(BitRead, Debug)]
pub struct Vector {
pub x: f32,