Skip to content

Commit

Permalink
Remove tmp-dir and add each crate to docs list
Browse files Browse the repository at this point in the history
  • Loading branch information
novafacing committed Dec 4, 2023
1 parent 16d79c4 commit 5aae290
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 324 deletions.
2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ members = [
"modules/tsffs/src/util/ffi-macro",
"modules/tsffs/src/util/getters",
"modules/tsffs/src/util/raw-cstr",
"modules/tsffs/src/util/tmp-dir",
"modules/tsffs/src/util/version-tools",
]
default-members = [
Expand All @@ -53,7 +52,6 @@ default-members = [
"modules/tsffs/src/util/ffi-macro",
"modules/tsffs/src/util/getters",
"modules/tsffs/src/util/raw-cstr",
"modules/tsffs/src/util/tmp-dir",
"modules/tsffs/src/util/version-tools",
]
exclude = []
Expand Down
13 changes: 12 additions & 1 deletion docs/src/documentation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,15 @@ Documentation for the public distribution of SIMICS and all the crates which mak
TSFFS are provided here.

- [SIMICS Documentation](https://intel.github.io/tsffs/simics/)
- [Crate Documentation](https://intel.github.io/tsffs/crates/)
- [Crate Documentation](https://intel.github.io/tsffs/crates/)
- [tsffs](https://intel.github.io/tsffs/crates/tsffs/)
- [simics](https://intel.github.io/tsffs/crates/simics)
- [simics-macro](https://intel.github.io/tsffs/crates/simics-macro)
- [simics-codegen](https://intel.github.io/tsffs/crates/simics-codegen)
- [simics-api-sys](https://intel.github.io/tsffs/crates/simics-api-sys)
- [ispm-wrapper](https://intel.github.io/tsffs/crates/ispm-wrapper)
- [command-ext](https://intel.github.io/tsffs/crates/command-ext)
- [ffi-macro](https://intel.github.io/tsffs/crates/ffi-macro)
- [getters](https://intel.github.io/tsffs/crates/getters)
- [raw-cstr](https://intel.github.io/tsffs/crates/raw-cstr)
- [version-tools](https://intel.github.io/tsffs/crates/version-tools)
26 changes: 0 additions & 26 deletions modules/tsffs/src/util/tmp-dir/Cargo.toml

This file was deleted.

295 changes: 0 additions & 295 deletions modules/tsffs/src/util/tmp-dir/src/lib.rs

This file was deleted.

0 comments on commit 5aae290

Please sign in to comment.