rusty_vikings 0.1.1

A crate full of my shared implementations.
Documentation
1
2
3
4
5
pub(crate) mod into_diagnostic_with_location;
pub use into_diagnostic_with_location::IntoDiagnosticWithLocation;
#[cfg(feature = "serde")]
pub mod serde_json_error;
pub use serde_json_error::SerdeError;