type-exercise-starter-expr 0.0.0

Reserved starter crate for the Type Exercise in Rust course
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "type-exercise-starter-expr"
version = "0.0.0"
edition = "2024"
license = "Apache-2.0"
description = "Reserved starter crate for the Type Exercise in Rust course"
repository = "https://github.com/skyzh/type-exercise-in-rust"
homepage = "https://skyzh.github.io/type-exercise-in-rust/"
readme = "README.md"
keywords = ["rust", "database", "course", "types"]
categories = ["database", "development-tools"]

[lib]
path = "src/lib.rs"