Update README.md
This commit is contained in:
parent
fe074766f1
commit
4201f46750
|
@ -27,7 +27,7 @@ respective folders
|
||||||
- `objects` - get an object's base type at runtime, as a string
|
- `objects` - get an object's base type at runtime, as a string
|
||||||
- `ptrops` - pointer arithmetic utilities
|
- `ptrops` - pointer arithmetic utilities
|
||||||
- `ranges` - utility functions for working with parts and blobs of memory
|
- `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
|
- `shims` - backports of nim `devel` code to the stable version that Status is using
|
||||||
|
|
||||||
## Layout
|
## Layout
|
||||||
|
|
Loading…
Reference in New Issue