Brother is a toy browser engine written in pure Rust with minimal dependencies. Its purpose is purely educational, as it's only a side project made to learn Rust.
To build Brother, ensure you have Rust installed. You can install Rust from rustup.rs.
Once Rust is installed, clone this repository and build the project using Cargo:
git clone https://github.com/yourusername/brother.git
cd brother
cargo build
Run the tests using Cargo:
cargo test
This project is licensed under the MIT License - see the LICENSE file for details.