dk-core 0.2.63

Core types and traits for the dkod code platform
Documentation
1
2
3
4
5
6
7
8
/// The version of the dk-core crate (set at compile time).
pub const VERSION: &str = env!("CARGO_PKG_VERSION");

pub mod error;
pub mod types;

pub use error::{Error, Result};
pub use types::*;