nyar-error 0.1.10

Error types for valkyrie language
Documentation
1
2
3
4
5
impl From<toml::de::Error> for SyntaxError {
    fn from(value: ParseBigIntError) -> Self {
        Self::new(value.to_string())
    }
}