-
Notifications
You must be signed in to change notification settings - Fork 0
NCSU student projects
All of these projects will require reading and writing Rust code; see the language guide for an introduction. It will also often be useful to be able to read and write simple HTML/JS for understanding existing automated tests and writing your own. More documentation about Rust can be found at the documentation hub, and live technical support is available on IRC in the #rust and #rust-beginners channels. Servo has its own documentation, too.
For any project, if you are encountering general language-related problems (e.g. compiler errors that don't make sense), consider asking for help in #rust/#rust-beginners, or in r/rust on Reddit, or the friendly users.rust-lang.org discussion forum.
For Servo-specific questions (where code is located; system architecture; questions about the projects; etc.) the #servo IRC channel and the dev-servo mailing list are excellent places to seek more help. Ensure that you have subscribed to the mailing list before attempting to send messages to it, or they may be caught by the spam filter. Please read our guide to contributing for best practices in using Git and making pull requests to the project.
- Create a service that automatically upgrades Cargo dependencies
- Implement support for image maps
- Implement HTML form validation
- Improve network security features (cookies and strict referrer policies)