add microutils part notes

This commit is contained in:
InsanusMokrassar 2023-06-19 14:18:50 +06:00
parent 35492f18be
commit 2943c73964
2 changed files with 21 additions and 0 deletions

19
docs/micro_utils/index.md Normal file
View File

@ -0,0 +1,19 @@
# MicroUtils
`MicroUtils` is a set of libraries to help me (and, I hope, you too) in some routine doings of coding.
First of all, this library collection is oriented to use next technologies:
* [`Kotlin Coroutines`](https://github.com/Kotlin/kotlinx.coroutines)
* [`Kotlin Serialization`](https://github.com/Kotlin/kotlinx.serialization)
* [`Kotlin Exposed`](https://github.com/JetBrains/Exposed)
* [`Ktor`](https://ktor.io)
* [`Koin`](https://insert-koin.io)
* [`Korlibs`](https://docs.korge.org)
> WARNING:
>
> Due to complexity of this library, it is possible that some things will be missed or inactual.
> Me and the users of this library will try hard to keep its docs as actual as possible, but in case
> you will find some inconsistency of docs and library work (signatures, behaviour, API) you may write
> me directly in my [telegram](https://t.me/InsanusMokrassar)

View File

@ -8,6 +8,8 @@ repo_url: https://github.com/InsanusMokrassar/docs
nav:
- Home: 'index.md'
- 'MicroUtils':
- 'micro_utils/index.md'
- 'Telegram Bot API':
- 'tgbotapi/index.md'
- KDocs: 'https://tgbotapi.inmo.dev'