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

fmt + cargo update

This commit is contained in:
Robin Appelman 2024-01-04 17:13:13 +01:00 committed by Bash
commit fe05ccd517
6 changed files with 2850 additions and 3480 deletions

View file

@ -1,7 +1,7 @@
use std::ops::{Add, Sub};
use bitbuffer::{BitRead, BitWrite};
use parse_display::Display;
use serde::{Deserialize, Serialize};
use std::ops::{Add, Sub};
#[cfg_attr(feature = "schema", derive(schemars::JsonSchema))]
#[derive(BitRead, BitWrite, Debug, Clone, Copy, Default, Serialize, Deserialize, Display)]