Skip to content
#

explanation

Here are 124 public repositories matching this topic...

I'm currently preparing for my CCNA 200-301 Exam. During this preparation, I build some labs on various topics of Networking with the help of Cisco Packet Tracer. I hope, these labs will help you too during your preparations. (View README for Explanation).

  • Updated Aug 2, 2020
Toybox
etosch
etosch commented Jul 12, 2019

We want to enforce that types all live in <gamename>/src/types.rs. Need to write a small program to do this that we can run as a pre-commit hook.

This is a good issue for non-experts because it doesn't require knowledge of much of rust, or Toybox. A very rudimentary version could just grep through the file for structs and enums. This could put restrictions on comments. A more sophisticated v

Improve this page

Add a description, image, and links to the explanation topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the explanation topic, visit your repo's landing page and select "manage topics."

Learn more