mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-30 18:02:05 +00:00
* removed from `compiler`:
* lists (deprecated 2 years ago)
* removed from `lib` (all deprecated 3 years ago):
* ssl
* matchers
* httpserver
* removed from `lib/deprecated`:
* unsigned
* actors (and three accompanying tests)
* parseurl
* moved to `lib/deprecated`:
* securehash (the reason for not directly removing - it was deprecated (only) one year ago)
7 lines
102 B
Nim
7 lines
102 B
Nim
|
|
|
|
## This module is a deprecated alias for the ``sha1`` module.
|
|
{.deprecated.}
|
|
|
|
include "../std/sha1"
|