z-jxy / rpkl

Pkl bindings for Rust
MIT License
3 stars 2 forks source link

Missing Pkl Type Implementations #8

Open z-jxy opened 1 week ago

z-jxy commented 1 week ago

There's a few pkl types that haven't been implemented. I think most of these could be represented by the type system or creating a struct for them. Will also need to add deserializers for these types

These should be added as variants to PklValue.