mirror of
https://github.com/InsanusMokrassar/docs.git
synced 2024-11-22 08:13:59 +00:00
add microutils part notes
This commit is contained in:
parent
35492f18be
commit
2943c73964
19
docs/micro_utils/index.md
Normal file
19
docs/micro_utils/index.md
Normal 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)
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user