Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/meowool-toolkit/mio

🖲️ A fast and easy-to-use multiplatform I/O Library of meowool-toolkit.
https://github.com/meowool-toolkit/mio

archive asyncio coroutines file filesystem io kotlin path zip zipfile

Last synced: about 1 month ago
JSON representation

🖲️ A fast and easy-to-use multiplatform I/O Library of meowool-toolkit.

Awesome Lists containing this project

README

        

# Meowool (Multiplatform) I/O

**Mio** provides a *Kotlin-friendly* APIs and allows you to get consistent access and handle IO behavior on different platforms.

##### Snapshot version:

```kotlin
repositories {
maven("https://s01.oss.sonatype.org/content/repositories/snapshots")
}

dependencies {
implementation("com.meowool.toolkit:io:0.1.0-SNAPSHOT")
}
```

The document has not been written.

For more details please refer to kdoc, and the usage please refer to the directory related to test:
1. [CommonTest](/core/src/commonTest/kotlin)
2. [JvmTest](/core/src/jvmTest/kotlin)