Merge pull request #31 from kubo39/exampledir

Create example directory and separate client/server.
This commit is contained in:
Jan Jurzitza 2017-12-07 19:45:49 +01:00 committed by GitHub
commit 1a5df56a42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 40 additions and 14 deletions

View file

@ -1,3 +1,5 @@
module ddbus;
public import ddbus.thin;
public import ddbus.router;
public import ddbus.bus;