You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like using Asio standalone instead of boost/asio has been mentioned but not conversed about; that would be a drop-in replacement for all the networking features from what I was able to see in the code. Asio has a TINY compile time compared to full boost.
Another option for vcpkg users is to segment the remote cli features into a module, so you could vcpkg installcli or cli[with_remote].
It looks like using Asio standalone instead of
boost/asio
has been mentioned but not conversed about; that would be a drop-in replacement for all the networking features from what I was able to see in the code. Asio has a TINY compile time compared to full boost.Another option for
vcpkg
users is to segment the remote cli features into a module, so you couldvcpkg install
cli
orcli[with_remote]
.Originally posted by @connorjak in #41 (comment)
The text was updated successfully, but these errors were encountered: