scrapd ~master
Scrapbox
To use this package, run the following command in your project's root directory:
Manual usage
Put the following dependency into your project's dependences section:
scrapd
Some minimum utilities.
let
import scrapd.let;
struct User
{
string id;
string name;
}
void main()
{
auto user = User().let!((ref u) => u.id = "dummy");
writeln(user.id); // dummy
}
- Registered by lempiji
- ~master released 5 years ago
- lempiji/scrapd
- public domain
- Authors:
- Dependencies:
- none
- Versions:
-
1.1.0 2019-Mar-16 1.0.0 2019-Mar-02 ~master 2019-Mar-16 - Download Stats:
-
-
0 downloads today
-
0 downloads this week
-
0 downloads this month
-
10 downloads total
-
- Score:
- 0.5
- Short URL:
- scrapd.dub.pm