Skip to content

four1er/TinyNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TinyNet

a tiny net library bases on C++20 coroutine, learning From Coroio.

Build

Cmake

cmake -B _build -DCMAKE_EXPORT_COMPILE_COMMANDS=1
cmake --build _build --target all

Bazel config

use Bazelisk

On macOS: brew install bazelisk.

On Windows: choco install bazelisk.

On Linux: You can download Bazelisk binary on our Releases page and add it to your PATH manually, which also works on macOS and Windows.

Bazelisk is also published to npm. Frontend developers may want to install it with npm install -g @bazel/bazelisk.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors