school_library 1.0.0

This Rust library provides structures to manage school-related data, including students, classes, and schools.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.rand]
version = "0.8"

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

[package]
description = "This Rust library provides structures to manage school-related data, including students, classes, and schools."
edition = "2021"
license = "MIT"
name = "school_library"
readme = "README.md"
version = "1.0.0"