parallaxsecond / parallaxsecond/rust-tss-esapi
Add the possibility of statically link everything when using the crate.
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 135
- Forks
- 80
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 5
Description
Currently when using the bundled feature the downloaded C code is only used in some parts of linking and the libraries still needs to be present in environment where any application, built on this crate, is used.
In some case it can be very useful to have everything linked statically and there for I think we should add feature for this.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting the crate's bundled feature and how its downloaded C code and libraries are linked. Trace which libraries remain required in the consuming application's environment; done means a new option allows all required code to be linked statically so those libraries are no longer needed at runtime.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c, rust
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100