//! `tvix-serde` implements (de-)serialisation of Rust data structures //! to/from Nix. This is intended to make it easy to use Nix as as //! configuration language. mod de; mod error; pub use de::from_str; #[cfg(test)] mod de_tests;
depot | ||
monorepo for the virus lounge | The Virus Lounge |
about summary refs log tree commit diff |
//! `tvix-serde` implements (de-)serialisation of Rust data structures //! to/from Nix. This is intended to make it easy to use Nix as as //! configuration language. mod de; mod error; pub use de::from_str; #[cfg(test)] mod de_tests;