From 934dae69dddffbef6243a138c29979b72830e67f Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Mon, 4 May 2026 14:56:10 +0800 Subject: Add embedded documentation as Rust constants --- systems/chunking/src/policies.rs | 1 + 1 file changed, 1 insertion(+) create mode 100644 systems/chunking/src/policies.rs (limited to 'systems') diff --git a/systems/chunking/src/policies.rs b/systems/chunking/src/policies.rs new file mode 100644 index 0000000..c6e8825 --- /dev/null +++ b/systems/chunking/src/policies.rs @@ -0,0 +1 @@ +pub mod fixed_size; \ No newline at end of file -- cgit