2025-06-26 10:27:33 +08:00
|
|
|
#pragma once
|
2025-06-30 08:45:18 +08:00
|
|
|
#include "../../num/stringify.hpp"
|
2025-06-26 10:27:33 +08:00
|
|
|
|
2025-06-30 08:45:18 +08:00
|
|
|
namespace yycc::rust::num::stringify {
|
2025-06-26 10:27:33 +08:00
|
|
|
|
|
|
|
// There is no modification for legacy "stringify" functions like "parse".
|
|
|
|
// So we simply expose all functions into this namespace.
|
2025-06-30 08:45:18 +08:00
|
|
|
using namespace ::yycc::num::stringify;
|
2025-06-26 10:27:33 +08:00
|
|
|
|
|
|
|
} // namespace yycc::rust::stringify
|