mre / mos6502

MOS 6502 emulator written in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Think about adding an examples folder

mre opened this issue · comments

As discussed in #11, we might might want to consider adding an examples folder as is common in Rust, which helps people to get up to speed quickly.

It would make sense to remove the bin folder and replace it with an examples folder. That can then be run via cargo run --example EXAMPLE_NAME.

Preferably, we would add an examples folder and also keep the existing example in the README.md without code duplication.

This is an old ticket and can be closed now.