cardano 0.1.0

no_std-first Cardano protocol building blocks for Rust.
Documentation
1
2
3
4
5
6
#![no_std]
#![forbid(unsafe_code)]
#![doc = include_str!("../README.md")]

/// Current crate version.
pub const VERSION: &str = env!("CARGO_PKG_VERSION");