Skip to content
This repository has been archived by the owner on Jun 29, 2024. It is now read-only.

make the library no_std #21

Merged
merged 11 commits into from
Jul 26, 2022
Merged

make the library no_std #21

merged 11 commits into from
Jul 26, 2022

Conversation

C0D3-M4513R
Copy link
Owner

@C0D3-M4513R C0D3-M4513R commented Jul 18, 2022

closes #20

@C0D3-M4513R C0D3-M4513R added the enhancement New feature or request label Jul 18, 2022
@C0D3-M4513R C0D3-M4513R marked this pull request as draft July 18, 2022 16:00
The project compiles again, but some tests still fail.
Commented out a bunch of tests, that were failing.
I need to sort out ntdll on no_std.
Also I forgot to change some std stuff to core
Added testing for stdless with ntdll and without ntdll

Also added
`require-feature=["alloc"]` on both crates.

I currently do not see a
way, to make this way alloc free, because of the many dynamically sized
buffers required for the Windows api and converting strings to be
compatible.

Closes #22
@C0D3-M4513R C0D3-M4513R marked this pull request as ready for review July 26, 2022 19:44
@C0D3-M4513R
Copy link
Owner Author

bors try

bors bot added a commit that referenced this pull request Jul 26, 2022
@C0D3-M4513R C0D3-M4513R linked an issue Jul 26, 2022 that may be closed by this pull request
@C0D3-M4513R C0D3-M4513R merged commit d03c656 into main Jul 26, 2022
@C0D3-M4513R C0D3-M4513R deleted the stdless branch July 26, 2022 19:58
@C0D3-M4513R C0D3-M4513R mentioned this pull request Jul 28, 2022
@bors
Copy link
Contributor

bors bot commented Jul 28, 2022

try

Timed out.

This pull request was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add no_std support
1 participant