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:
parent
6c961c239a
commit
fe05ccd517
6 changed files with 2850 additions and 3480 deletions
|
|
@ -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)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue