art_dx 0.2.0

Just an example crate you have to write from The Rust Programming Language Book
Documentation
1
2
3
4
5
6
7
8
[dependencies]

[package]
description = "Just an example crate you have to write from The Rust Programming Language Book"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "art_dx"
version = "0.2.0"