diff options
| author | Namilskyy <alive6863@gmail.com> | 2025-11-24 23:04:25 +0300 |
|---|---|---|
| committer | Namilskyy <alive6863@gmail.com> | 2025-11-24 23:06:16 +0300 |
| commit | 592000eb84dde8b15e776a1abcf72124aa0f200c (patch) | |
| tree | 06d9164b49f60a4e584392a5b5b652341892371e /src/i2impl | |
| parent | 3ca328a876f7f4c8bf94c739d2166a1ad1dfb9bc (diff) | |
Updated README.md, started writing minimal required functions.
Diffstat (limited to 'src/i2impl')
| -rw-r--r-- | src/i2impl/mi2p.rs | 0 | ||||
| -rw-r--r-- | src/i2impl/mod.rs | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/src/i2impl/mi2p.rs b/src/i2impl/mi2p.rs new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/src/i2impl/mi2p.rs diff --git a/src/i2impl/mod.rs b/src/i2impl/mod.rs new file mode 100644 index 0000000..4fa58ff --- /dev/null +++ b/src/i2impl/mod.rs @@ -0,0 +1 @@ +pub mod mi2p;
\ No newline at end of file |
