Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/meowool-toolkit/mio
- Owner: meowool-toolkit
- Created: 2021-06-10T13:08:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-31T20:24:42.000Z (over 2 years ago)
- Last Synced: 2024-11-03T19:39:15.603Z (about 2 months ago)
- Topics: archive, asyncio, coroutines, file, filesystem, io, kotlin, path, zip, zipfile
- Language: Kotlin
- Homepage:
- Size: 400 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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)