rpkl 0.8.0

Bindings and codegen for Apple's Pkl configuration language
Documentation
1
2
3
4
5
6
7
pub(crate) mod constants;
pub(crate) mod msgapi;
pub(crate) mod types;

pub(crate) use constants::*;
pub use types::IntSeq;
pub(crate) use types::*;