type-exercise-starter-expr 0.1.0

Reserved starter expression crate for the Type Exercise in Rust course
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "type-exercise-starter-expr"
version = "0.1.0"
edition = "2024"
license = "Apache-2.0"
description = "Reserved starter expression 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", "type-system", "course"]
categories = ["database"]

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