softprops / atty

are you or are you not a tty?
MIT License
271 stars 48 forks source link

add support of the unikernel RustyHermit #41

Closed stlankes closed 4 years ago

stlankes commented 4 years ago

We are developing the unikernel RustyHermit (https://github.com/hermitcore/libhermit-rs), where the kernel is written in Rust and is already part of the Rust Standard Library. With this pull request, we want to integrate our interface to determine the number of CPUs.

softprops commented 4 years ago

@stlankes very cool project! I'll try to publish a release with your change this weekend

softprops commented 4 years ago

published a new version with your change

stlankes commented 4 years ago

Thanks for the support!