Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
022f3de
saikuro-random
NellowTCS Aug 3, 2026
00b41c0
saikuro-exec backend for embedded
NellowTCS Aug 4, 2026
7f04c7d
saikuro-router and saikuro-schema no_std
NellowTCS Aug 4, 2026
f328ca0
Switch to no_std messagepack library
NellowTCS Aug 4, 2026
601c821
Tests in the tests
NellowTCS Aug 4, 2026
d46f8fd
Review comments
NellowTCS Aug 4, 2026
10fc509
some saikuro-transport and saikuro-router embedded improvements
NellowTCS Aug 5, 2026
3720474
Review comments
NellowTCS Aug 5, 2026
a9a4093
Some cleanup and like doing it properly
NellowTCS Aug 11, 2026
25012f3
Holy tedium
NellowTCS Aug 11, 2026
a92dc1e
some storage improvements
NellowTCS Aug 11, 2026
7d30931
Cancellation
NellowTCS Aug 12, 2026
e5a2fdb
network
NellowTCS Aug 12, 2026
5d378d0
executor
NellowTCS Aug 12, 2026
ded6c2b
Flash storage
NellowTCS Aug 12, 2026
726c552
Reorganization part 1
NellowTCS Aug 12, 2026
3ecdd73
saikuro-exec reorganization
NellowTCS Aug 12, 2026
8555a4f
saikuro-net
NellowTCS Aug 13, 2026
06b03bf
Fix
NellowTCS Aug 13, 2026
01f9cb5
saikuro-random
NellowTCS Aug 13, 2026
5f3e05d
saikuro-exec
NellowTCS Aug 13, 2026
526c583
Move tests
NellowTCS Aug 13, 2026
30e232a
So that's the base that won't compile so far
NellowTCS Aug 13, 2026
6b74653
saikuro-log
NellowTCS Aug 13, 2026
98dc08b
saikuro-core
NellowTCS Aug 14, 2026
dbcddc1
cleanup
NellowTCS Aug 14, 2026
98e01b5
saikuro-router
NellowTCS Aug 14, 2026
7fc7937
saikuro-schema
NellowTCS Aug 14, 2026
27d1d2e
saikuro-core not scope-creeping
NellowTCS Aug 14, 2026
8b2c3e2
saikuro-codegen
NellowTCS Aug 14, 2026
83961bc
saikuro-event
NellowTCS Aug 15, 2026
50f72f6
saikuro-storage
NellowTCS Aug 15, 2026
647af77
saikuro-transport
NellowTCS Aug 15, 2026
2b95a15
oop move saikuro-transport
NellowTCS Aug 15, 2026
7c10370
saikuro-runtime
NellowTCS Aug 15, 2026
f4d1704
rustfmt
NellowTCS Aug 15, 2026
e1285e1
Getting it all compiling
NellowTCS Aug 17, 2026
00b146d
cleanup
NellowTCS Aug 17, 2026
c69d68f
Adapter compiles
NellowTCS Aug 18, 2026
156efaa
Better logging
NellowTCS Aug 19, 2026
47df699
Tests pass
NellowTCS Aug 19, 2026
783841e
All tests pass?
NellowTCS Aug 20, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .cargo/config.toml

This file was deleted.

6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,10 @@ cache/

node_modules/
dist/
bin/
obj/
Build/adapters/csharp/Saikuro/src/bin
Build/adapters/csharp/Saikuro/src/obj/
Build/adapters/csharp/tools/extractor/bin
Build/adapters/csharp/tools/extractor/obj
.pytest_cache/
__pycache__/
.ruff_cache/
Expand Down
Loading
Loading