This website requires JavaScript.
Explore
Help
Sign In
encounter
/
ppc750cl
mirror of
https://github.com/encounter/ppc750cl.git
Watch
1
Star
0
Fork
You've already forked ppc750cl
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ea6545f7e3
ppc750cl
/
Cargo.toml
8 lines
78 B
TOML
Raw
Normal View
History
Unescape
Escape
cargo workspace layout, multithreaded fuzzer
2021-08-13 22:33:10 +00:00
[
workspace
]
members
=
[
rename ./lib to ./disasm
2021-08-16 20:54:20 +00:00
"disasm"
,
Opcode table via procedural macro
2021-08-14 06:40:36 +00:00
"macros"
,
cargo workspace layout, multithreaded fuzzer
2021-08-13 22:33:10 +00:00
"fuzz"
,
random instruction generator, use std::io::Write
2021-08-14 01:28:16 +00:00
"rand"
,
cargo workspace layout, multithreaded fuzzer
2021-08-13 22:33:10 +00:00
]