Skip to content

Mattcrmx/brother

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages