Reorganize everything

This commit is contained in:
2025-02-17 00:21:48 +01:00
parent cb77cbe9ce
commit a141c401f7
77 changed files with 593 additions and 258 deletions

View File

@ -0,0 +1,10 @@
cc_library(
name = "atomic",
hdrs = [
"atomic.hpp",
],
deps = [
"//asl/base",
],
visibility = ["//visibility:public"],
)