Update README.md

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

View File

@ -27,7 +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/)
- `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