valkyrie-types 0.0.8

Shard types for valkyrie language
Documentation
1
2
3
4
5
6
7
use crate::ValkyrieValue;
use im::HashMap;
use serde::{ser::SerializeMap, Serialize, Serializer};
use std::fmt::{Debug, Formatter};

pub mod dict;
pub mod list;