refactor: finish rust parse and add testbench for it.

This commit is contained in:
2025-06-26 10:27:33 +08:00
parent a6382d6a22
commit e166dc41ac
11 changed files with 229 additions and 26 deletions

View File

@ -0,0 +1,10 @@
#pragma once
#include "../string/stringify.hpp"
namespace yycc::rust::stringify {
// There is no modification for legacy "stringify" functions like "parse".
// So we simply expose all functions into this namespace.
using namespace ::yycc::string::stringify;
} // namespace yycc::rust::stringify