Mattcrmx / brother

Just a toy browser written in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Brother

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.

Building

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

Running Tests

Run the tests using Cargo:

cargo test

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Just a toy browser written in Rust


Languages

Language:Rust 100.0%