Update README.md

This commit is contained in:
Jacek Sieka 2020-04-01 14:22:04 +02:00 committed by GitHub
parent 7287fffebe
commit fe074766f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ respective folders
- `objects` - get an object's base type at runtime, as a string
- `ptrops` - pointer arithmetic utilities
- `ranges` - utility functions for working with parts and blobs of memory
- `result` - friendly, exception-free value-or-error returns, similar to Option[T], from [nim-result](https://github.com/arnetheduck/nim-result/)
- `shims` - backports of nim `devel` code to the stable version that Status is using
## Layout