Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion BUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# BUILD file to satisfy Bazel package requirements for extensions.bzl
# This file contains auto-generated aliases from @crate_index
# Generated aliases for crate_index entries
# Generated on: Tue May 12 17:17:56 CEST 2026
# Generated on: Wed May 20 11:24:44 IST 2026

alias(
name = "adler32",
Expand Down Expand Up @@ -231,6 +231,12 @@ alias(
visibility = ["//visibility:public"],
)

alias(
name = "pastey",
actual = "@crate_index//:pastey",
visibility = ["//visibility:public"],
)

alias(
name = "pico_args",
actual = "@crate_index//:pico-args",
Expand Down
4 changes: 4 additions & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,10 @@ crate.spec(
package = "tempfile",
version = "3.20.0",
)
crate.spec(
package = "pastey",
version = "0.2.3",
)
crate.from_specs(
name = "crate_index",
# This shall not be here but rules_rust 0.61.0 or even 0.67.0 does not correct finds out that when we use out platform it shall append
Expand Down
65 changes: 39 additions & 26 deletions MODULE.bazel.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/pastey/docs/component_classification.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ Pastey Crate Component Classification
| Classification of Pastey Crate as a software component in the context of S-CORE.
|
| Repository: https://github.com/as1100k/pastey
| Documentation: https://docs.rs/pastey/0.2.1/pastey/
| Crate Version: 0.2.1
| Documentation: https://docs.rs/pastey/0.2.3/pastey/
| Crate Version: 0.2.3
| Additional documentation considered:
| https://crates.io/crates/pastey

Expand Down Expand Up @@ -73,7 +73,7 @@ Step 1: Determine (P): the uncertainty of the Processes applied
- Are requirements available?
- PE
- As this is small size procedural macro crate so functional requirements are partially captured in crate documentation as expected macro behaviors (identifier pasting, case modifiers, ``env!`` support, raw mode, replace modifier) with each feature explanation.
(crate documentation - https://docs.rs/pastey/0.2.1/pastey/)
(crate documentation - https://docs.rs/pastey/0.2.3/pastey/)

* - 3
- Are specifications for functionalities and properties available (architecture)?
Expand Down
Loading