Skip to content
Merged

sync #18

Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2026 Tomarun
Copyright (c) 2026 Tomarun029831

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
<!-- SPDX-License-Identifier: MIT -->
![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)
![Platform: ESP32](https://img.shields.io/badge/Platform-ESP32-blue.svg)
[![Build and Test](https://github.com/Tomarun029831/kic_notation/actions/workflows/cmake.yml/badge.svg?branch=main)](https://github.com/Tomarun029831/kic_notation/actions/workflows/cmake.yml)
[![Build and Test](https://github.com/Tomarun029831/kic_notation/actions/workflows/cmake.yml/badge.svg)](https://github.com/Tomarun029831/kic_notation/actions/workflows/cmake.yml)

# background
Note: This library was born to parse a "ridiculous" format created with a friend. While the goal was to minimize communication bandwidth, we ended up achieving "insane" speeds and "joke-like" memory consumption for embedded systems.

Expand Down
1 change: 0 additions & 1 deletion src/kic_notation.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Copyright (c) 2026 Tomarun029831
// SPDX-License-Identifier: MIT
#pragma once

#include "kic_notation/internal/flyweight_kic_parser.h" // IWYU pragma : export
#include "kic_notation/internal/kic_parser_specifications.h" // IWYU pragma: export
#include "kic_notation/internal/kic_timestamp.h" // IWYU pragma: export