cs50_rust 1.0.0

Simple input functions for Rust, inspired by CS50's library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
cs50_rust
Copyright 2025 Richard Dias Alves

This library provides simple input functions for Rust, inspired by
the teaching approach used in Harvard's CS50 course.

IMPORTANT DISCLAIMER:
This project is NOT affiliated with, endorsed by, or sponsored by
Harvard University, CS50, or David J. Malan. CS50 is a registered
trademark of Harvard University.

This is an independent implementation created for educational purposes,
to help students familiar with CS50's C library transition to learning
Rust.