ptal / intervallum

Integer interval arithmetic library
Apache License 2.0
17 stars 7 forks source link

Deriving serde::{Serialize,Deserialize}? #24

Open holtgrewe opened 12 months ago

holtgrewe commented 12 months ago

Hello, could you add a #[derive(serde::Serialize, serde::Deserialie) for the data types? Maybe adding a feature serde?

ptal commented 12 months ago

Hello, would you mind doing a pull-request with this? I'd definitely merge it! Thanks.