rpkl 0.8.0

Bindings and codegen for Apple's Pkl configuration language
Documentation
1
2
3
4
5
6
7
8
pub(crate) mod codes;
pub(crate) mod incoming;
pub(crate) mod message;
pub(crate) mod outgoing;

pub(crate) use message::{macros::impl_pkl_message, PklMessage};

pub use outgoing::PathElements;