GitXplorerGitXplorer
t

build-context

public
3 stars
0 forks
1 issues

Commits

List of commits on branch main.
Unverified
97e416fabe917e1887c34c2796eff5d099a63e20

ci: Disable buggy dependabot grouped update

ttaiki-e committed 2 days ago
Unverified
ed039625a817e454541f53e1a21132d25cc3ff4c

tools: Format shell scripts with indent_size = 2 to match scripts in CI config

ttaiki-e committed 2 days ago
Unverified
e8af153eb452065e950e62ab0e2f1d6e22a24312

Apply clippy::unused_trait_names lint

ttaiki-e committed 5 days ago
Unverified
719fbd1434d4c8acafe449db17407fc1f57e19b5

ci: Update reusable workflows

ttaiki-e committed 6 days ago
Unverified
617a99f83ba394ccc1923bf5feaeb06998bfe3d5

ci: Use -Zmiri-many-seeds on scheduled job

ttaiki-e committed 8 days ago
Unverified
7dc9d9a86bd7f200f2610f421093e0bffdd0c4ec

tools: Update tidy.sh and markdownlint config

ttaiki-e committed 8 days ago

README

The README file for this repository.

build-context

crates.io docs.rs license msrv github actions

Make build environment/target information available as constants in normal libraries and binaries.

This is intended primarily for use in tests and its helpers. When used in libraries or binaries, be careful not to depend on constants that depend on the host environment.

Some constants duplicate those provided in std::env::consts.

License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.